Hi,
ResourceView::find(this.Resource).Worker
Reagrds
The purpose of this blog is for knowledge sharing and connect the relevant audience who are all into Microsoft Dynamics world.
Hi,
can use the below code snippets in Controller or any other class called from
#Task
FormRun formRun;
formRun = element.args().caller(); // args.caller();
if(formRun)
formRun.task(#taskF5);
Regards,
Hi select ID from SysTableIdView where SysTableIdView .Name = 'CustTable' Regards,