I have a template field which lists all child objects (permission sets) for a user. Can I order the values within the template field alphabetically? For example, if user Olya has 4 permissions (View Opps, Edit Accounts, Manage Templates, Delete Contacts) how do I get those 4 values in the field to be displayed alphabetically (Delete, Edit, Manage, View)?
Page 1 / 1
In the model which queries for the child records, sort the model by name.
Hi Michael,
Thanks for the response! But I am not using a model for child records, I have only one model (users) and I’m pulling in fields from a child record through Fields>Child Relationships.
In your Child Relationship, go to Properties and there’s a spot to add the sort logic.
Thank you, John, that solved it!!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.