Monday, March 7, 2022

How to know the name of caller form using args ?

 str callerName;

callerName = args.caller().name();


// Checking if args dataset is some specific dataset

args.dataset() == tableNum(LedgerJournalTrans)