I am trying to compare the value of a field in two different models and based on the results check a box. I have been trying to create a ui-only formula field with no success.
Can someone tell me what I am doing wrong or if the ui-only field can not do what I want it to do?
Use Case
Two object “A” and “B”
The ui-only field is on object A
I want to compare the Item field in object a with the item field in object b
If there is a match the box is checked
Formula:
CONTAINS(MODEL_LOOKUP(“B”,“SCMC__Item_Master__r.Id”,“SCMC__Item_Master__r.Id”))
Question
Compare fields from two different models in a ui-only field
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.