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

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... 292,997 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,827 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans