Skip to main content

Notifications

Microsoft Dynamics AX (Archived)

Show data in field

Posted on by 55

Hi All,

I got customize field in SalesEditLineForm which is TransportCompany, VehicleNo, DriverName and I/C Number. This field is from SalesParmUpdate where the EDT is set to LorryRef. I got LorryRef table which is store all the lorry information including RefNo. Another customize field on SalesTable where user select RefNo for the transportation. The question is how do I show the transportation information to the SalesEditLineForm based on selected information from the SalesTable.

select SalesId from SalesParmTable;

if (SalesParmTable.SalesId)
{

select RefNo from salesTable
where SalesParmUpdate.LorryRef == salesTable.RefNo;

if (SalesParmUpdate.LorryRef)
{
SalesParmUpdate.TransportCompany = lorryRef.TransportCompany; 
SalesParmUpdate.VehicleNo = lorryRef.LorryNo; 
SalesParmUpdate.DriverName = lorryRef.DriverName; 
SalesParmUpdate.IcNo = lorryRef.ICNo;
}

}

but it dind't work. Thank you in advance.

*This post is locked for comments

  • fathin Profile Picture
    fathin 55 on at
    RE: Show data in field

    I already solved this problem, put the code in run method which is it generate the salesId over there. Problem solved!

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

Featured topics

Product updates

Dynamics 365 release plans