Hello Everyone,
Hope you all are doing well.
I am performing a customization in Warehouse mobile app using process guide framework. So, there is situation when you click showlist(custom button) a new page should be available for the user. Below image is for your reference
So, there is a button called show list when you click that button a new page should open below code where i am trying call the next page. But it is not working can
you suggest me what need to be done in doexecute() method.
[ProcessGuideActionName(#ItemShowList)]
internal class WHSRetailDemandReplenishShowItemsList extends ProcessGuideAction
{
public str label()
{
return "Showitems list";
}
protected void doexecute()
{
ProcessGuidePage page;
#ProcessGuideActionNames
#WHSRF
WhsrfPassthrough pass = controller.parmSessionState().parmPass();
}