Hi Community,
Below is the business rule,
CreatedBy : Lookup column on "Contact"
FunctionalGroup : Custom Lookup Column on "Contact"
Send to Audit : Custom field
this is Code I have written in the cusotm module:
I debug my code on mobile emulator and found that variable createdBy is undefined inside If condition.
I have checked this.
var createdBy = record.get("CreatedBy.Id");
and It is working fine, means I am not getting createdBy as undefined.
Then why "CreatedBy.UsrFunctionalGroup.Id" is not working?
Can anyone help me with this issue?
Many Thanks in advance!
Akshit.