Skip to main content

Notifications

Announcements

No record found.

Finance | Project Operations, Human Resources, ...
Unanswered

Warehouse Management app customization uisng process guide framework

Posted on by 22

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
    SatwikVetcha 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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans