Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2021-02-12 10:18 AM
Need to compare two different Record Permission fields. If both the values are same, then we need to blank the 2nd field. Else the same value.
How could we get this via custom code?
2021-02-12 01:39 PM
Is this what your question is?
If X = Y,
Then Y = blank,
Else Y = X?
Why would you do this? It is a continuous rotation of a blanking Y and making it equal X just to blank Y again.
Or am I missing something?
2021-02-14 10:24 PM
Standard calculation can be used for post save action should RP fields contains only 1 value max.
Otherwise, these topics could be useful for you:
How to remove a user from record permission field using custom object?
Copy Record Permission Field to another Record Permission Field
2021-02-15 01:55 AM