Is there any way to make a field in a module dependent on whether a specific user is assigned to the record?
E.g. if 'John Smith' is assigned to the record then text field 'ABC' appears.
Is there any way to make a field in a module dependent on whether a specific user is assigned to the record?
E.g. if 'John Smith' is assigned to the record then text field 'ABC' appears.
Hi Paul,
I hope this you can do through dependency,You can go with "SetVisibility" dependency for a field. Here is the sugar documentation on sugar dependency,Please have a look,
Hi Paul,
I hope this you can do through dependency,You can go with "SetVisibility" dependency for a field. Here is the sugar documentation on sugar dependency,Please have a look,
Hi Paul Deakin,
You can perform this using a standard SugarLogic dependency on the TextField itself, rather than using the development option provided by Ajay Kumar. I performed this on a test system by simply using the "equal" function and getting the related Assigned to User (I used their user_name). You can then specify the User you want it to work for, or a list if you preferred to do it that way.
Hope that helps.
Thank you both Ajay Kumar & Liam Hastings for all of your help with my issue!