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: Decorate list using ProcessGuideFramework

(0) ShareShare
ReportReport
Posted on by 20

Hi,

we are customizing the "Wharehouse Management" app but we are facing an issue with the list customization using the ProcessGuideFramework.

Basically the list rendered both on the mobile device and the internal emulator is different compared to the "WorkList" list:

pastedimage1642700599751v2.png

... worklist...

pastedimage1642700737081v3.png

We can't figure out how to customize the list in order to achieve this "card" style.

We decorated the step using this code:

[WHSWorkExecuteMode(WHSWorkExecuteMode::CGKTestProcessSample)]
public class SheetAppWHSMobileAppServiceXMLDecoratorFactorySampleList implements WHSIMobileAppServiceXMLDecoratorFactory
{
    /// 
    /// Instantiates the WHSMobileAppServiceXMLWorkListDecorator class.
    /// 
    /// 
    /// Contains information about the context that may be required for instantiating the WHSMobileAppServiceXMLWorkListDecorator.
    /// 
    /// 
    /// The WHSMobileAppServiceXMLDecorator class.
    /// 
    public WHSMobileAppServiceXMLDecorator getDecorator(container _con)
    {
        if (this.isSOListStep(_con))
        {
            return new WHSMobileAppServiceXMLDecoratorWorkList();
        }
        return new WHSMobileAppServiceXMLDecoratorFactoryDefault().getDecorator(_con);
    }

    private boolean isSOListStep(container _con)
    {
        #WHSRF

        const str InputStep = classStr(SheetAppProcessGuideSampleListStep);

        int curStemNum = conFind(conPeek(_con, 2), #CurrentStep);
        str currStep = conPeek(conPeek(_con, 2), curStemNum   1);

        return currStep == InputStep;
    }
}

But it doesn't seems to be loaded since the debugger doesn't stop on it.

We are probably missing something...

Any idea on how to achieve the result we see in the worklist?

Here some link we found online:

( ) Mobile Device - New list is empty in app - Dynamics 365 Finance Forum Community Forum

https://www.1clickfactory.com/blog/dynamics-365-finance-and-supply-chain-management-whs-mobile-device-development-part-3-adding-a-new-list-window/

Thank You for your help

Paolo

I have the same question (0)
  • EM-19031746-0 Profile Picture
    on at
    Were you able to solve this? I am running into the same issue.

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 451 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

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

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 239 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans