Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Page layout not working as expected

in Sales 1 comment

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):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!