Symptom
The business case requires making the field "Reference Date" empty by default in Registered Product QC.
"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."
Environment
SAP Cloud for Customer
Reproducing the Issue
- Go to Registered Product QC.
- The field "Reference Date" has a default value.
- The default value cannot be removed by rules or other settings.
Resolution
This is a standard behavior that cannot be changed. As a workaround, please implement the two rules below to achieve the same.
- Create the rule with the logic below and assign it to the read-only property.
IF(ISBLANK(Root.ReferenceProductID),true,false ) - Create a rule with the logic below and assign it to the default-value property.
IF(ISBLANK(Root.ReferenceProductID),"","")
Keywords
Registered Product QC, Registered Product, Reference Date, Default Value , KBA , AP-RC-UIF-FLX , Page Layout & Key User Configuration , Problem
Product
SAP Cloud for Customer core applications all versions