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

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

How to edit lookup for item Id in batch order ?

(0) ShareShare
ReportReport
Posted on by 576

when i create a new batch order , i need to show some items number in lookup

3365.lookup.png

so i go to ItemId  field in the dataSource ---> ProadTable--> ItemId --> lookup

i found the next 

public void lookup(FormControl _formControl, str _filterStr)
{
    InventLookup lookup;
    if (#PmfEnabled)
    //if (#PmfEnabled)
    {
        pmfFormCtrl_ProdTableCreate.fieldLookup(
            fieldNum(ProdTable, ItemId), _formControl, _filterStr);
    }
    else
    {
        lookup = new InventLookup(_formControl, new Query(), formStr(InventItemIdLookupPurchase));
        lookup.run();
    }
}


but I didn't understood , where is lookup method 

thank you in advance..

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Rustem Galiamov Profile Picture
    8,072 on at
    RE: How to edit lookup for item Id in batch order ?

    You need to modify InventItemIdLookupPurchase form if #PmfEnabled fall because of

    lookup = new InventLookup(_formControl, new Query(), formStr(InventItemIdLookupPurchase));

    If #PmfEnabled is true, take a look inside pmfFormCtrl_ProdTableCreate.fieldLookup() method.

  • Ismail Mohamed Profile Picture
    576 on at
    RE: How to edit lookup for item Id in batch order ?

    what is [tag:PmfEnabled] ?

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…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Community Member Profile Picture

Community Member 4

#2
Nayyar Siddiqi Profile Picture

Nayyar Siddiqi 2

#2
NNaumenko Profile Picture

NNaumenko 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans