I have a UE script deployed on estimate record; beforeLoad on edit event. I load the record and do rec.getText({fieldId: 'entity' });
This returns the proper "parent:child" format name for me. But for other users, it just returns "child" customer name.
I have verified this via logging.
How is that possible?