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

How to add conditions to fields in CX Sales Mobile App

in Sales 2 comments

Summary:

In the CX Sales Mobile App I want to hide a Picklist when a Checkbox is not True.

Content (please ensure you mask any confidential information):

I tried to enter the according groovy script as a mobile script but it did not work. Where exaclty should the values be placed and what is the trigger if this funcionality should be available in all contact views.

Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

if (Fieldname_c == 'Y') {return true} else {return false}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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