Hi everyone,
I wanna get record from init method, the record that I want is marked red
This is my script :
[ExtensionOf(formStr(SalesCreateQuotation))] final class SalesCreateQuotation_RAP_Extension { /// <summary> /// /// </summary> /// <param name="args"></param> [PostHandlerFor(formStr(SalesCreateQuotation), formMethodStr(SalesCreateQuotation, init))] public static void SalesCreateQuotation_Post_init(XppPrePostArgs args) { FormRun fr = args.getThis(); } }
How can I get the recId ?