Redwood - Multiple Opportunity detail layouts
Summary:
Condition on an opportunity detail layout doesn't work
Content (please ensure you mask any confidential information):
created a custom detail layout, exposed all custom attributes,
- Whenever I include a condition say Stage Stage id = '123', The application never routes to this layout even though the sales stage id is 123. It navigates to a default layout
- Created a secondary detail layout with the condition, sales stage = '234', it should be read-only for sales reps. even though the condition is satisfied, the reps can edit the data in the layout.
Readonly condition inside the form: [[ $user.roles.includes('CUSTOM_SALES_REPRESENTATIVE_JOB_ROLE') ]]
Tagged:
0