web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Unanswered

Warehouse Management app customization uisng process guide framework

(1) ShareShare
ReportReport
Posted on by 24

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 

pastedimage1648294002850v1.png

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();

}

I have the same question (2)
  • SatwikVetcha Profile Picture
    2 on at
    Hi,

    I think you can do the below:
    protected void doExecute()
    {
      // do something
      step.executeOkAction();
    }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Martin Dráb Profile Picture

Martin Dráb 503 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 434 Super User 2025 Season 2

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 278 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans