Page layout not working as expected
Summary:
We are using two icons 'Procurement' and 'Authorization Requests' taking copy of opportunity object. We have to differentiate the details layout for both based on different fields for each layout.
For Procurement layout , added below advanced condition
if(TransactionTypeFCL_c == 'PROCUREMENT') { return true } else { return false }
For Authorization Requests layout , added below advanced condition
if(PRM_Job_TransactionType_c == 'Job Authorization') { return true }
We are defaulting these two values but whenever we create a record and click on save and continue its opening the first layout(here Authorization Requests layout)
Content (required):
Version (include the version you are using, if applicable):