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

}

  • SatwikVetcha Profile Picture
    2 on at
    Warehouse Management app customization uisng process guide framework
    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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,207 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,923 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans