facing an issue with Descriptive Flexfields (DFF) on the External Supplier Registration.
Issue Summary:
I have configured a DFF field on the Supplier Registration page with a Default Value Expression that assigns a value based on the registration source:
groovyregistrationSource == 'INTERNAL_REQUEST' ? 'None' : 'Procurement Supplier'
The field is set as Hidden so external suppliers cannot see it during registration. However, when I open the submitted registration from the classic Manage Supplier Registration Requests page (internal view), the DFF field appears blank — the default value expression is not being applied.
Is there a supported way to:
- Keep the DFF field hidden from the external supplier during registration
- While still having the default value expression fire and persist
Tagged:
0