Skip to Content
0
Nov 02, 2021 at 02:55 PM

MDK - Update Action

279 Views

Hi Experts,

I am calling update action to update personal number but the update is not reflecting.

screen-shot-2021-11-02-at-104522-am.png

I am calling this rule on button click , any idea why update is not working?

I have rule on Updatelinks as well.

export default function ChangeAssignment(context) { 

let Pernr = context.getPageProxy().evaluateTargetPath('#Control:AssignTo/#SelectedValue') libCom.setStateVariable(context, 'UPDPernr',Pernr); // alert(Pernr);
let readlink = libCom.getStateVariable(context, 'SplitDetRead'); context.executeAction("/XBSYSY/Actions/WorkOrders/Operations/NavToAssignList/AsignListUpdate.action");

Please suggest.

Bill Froelich

Regards

Manish