Unfortunately, in the /Power Platform integration/ section, I do not have the option to install any add-ins.
Could someone please help me?
[PostHandlerFor(tableStr(ReqPO), tableMethodStr(ReqPO, initFromIssue))] public static void ReqPO_Post_initFromIssue(XppPrePostArgs args)
{
ReqPO reqPO = args.getThis() as ReqPO;
ReqTrans issueReqTrans = args.getArg('_issueReqTrans');
/..../
}
André Arnaud de Cal... 291,642 Super User 2024 Season 2
Martin Dráb 230,371 Most Valuable Professional
nmaenpaa 101,156