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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Forums / Finance forum / Custom Control in Ware...
Finance forum

Custom Control in Warehouse Mobile App

(0) ShareShare
ReportReport
Posted on by 15

Hi All,

I have extended standard class WhsWorkExecuteForm with new control FormBuildGridControl. 
Everything is okay in browser version.

But in Warehouse Mobile App I have an error:
0676.2352.Capture.JPG
Is Grid control allowed in App?
Is it possible to solve?
Any Ideas....

I have the same question (0)
  • Community Member Profile Picture
    on at

    Hi,

    Grid control should be built using string control. Is this in D365 or AX 2012?

    The Work list appears in the form of a grid. You can check this process.

    Thanks.

  • Anastasia.Shaikouskayan Profile Picture
    15 on at

    Hi Bharath,

    Thank you for your answer.

    It is D365.

    Work list is implemented as a list of buttons. In Warehouse Mobile App looks like grid.

  • Community Member Profile Picture
    on at

    Hello,

    In AX 2012, I had created a list view using button, text and label. It was list to show work lined and to pick these lined based on user preference and to place items in specific license plate.

    So. In this case for you, you can not add a grid to the form. You need to create the view in WhsExecuteDisplay....Classes.

    Could you tell me more about what you are looking for exactly.

    It's your work process a new process. Or planning to extend a existing process.

  • Anastasia.Shaikouskayan Profile Picture
    15 on at

    H11.png"/api/data/v9.1/msdyn_richtextfiles(4D3AFF00-276E-4E33-9160-2BDF89B789CB)/msdyn_imageblob/$value?size=full">

    Thank you

  • Community Member Profile Picture
    on at

    Hi,

    Pass row wise data one by one.

    In buildcontrol, pass _newLine as 0.

    Ex Syntax:

    buildHeader()

    {

    this.buildCotrol(#RFText, 'Header1', "SalesId", 1,...);

    this.buildCotrol(#RFText, 'Header2', "LineNUm", 0);

    this.buildCotrol(#RFText, 'Header3', "ItemId", 0);

    this.buildCotrol(#RFText, 'Header4', "Qty", 0);

    }

    addline(str _salesId, str _lineNum, str _ItemId, str _qty)

    {

    this.buildCotrol(#RFText, 'Line1', _salesId, 1,...);

    this.buildCotrol(#RFText, 'Line2', _lineNum, 0);

    this.buildCotrol(#RFText, 'Line3', _ItemId, 0);

    this.buildCotrol(#RFText, 'Line4', _qty, 0);

    }

    addData()

    {

    buildHeader()

    addline(......)

    addline(......)

    addline(......)

    }

    Thanks

  • Anastasia.Shaikouskayan Profile Picture
    15 on at

    Hi
    yes, I tried different ways but result:
    List.JPG

    Thank you!

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard > Finance

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans