Adding a new field to a standard form and mapping it to a field in another form

Hello Everyone,

I am new to Dynamics AX ERP tool and currently in development area. I have been assigned a task where i need to add a new field to the ASSET BOOK form which will just show invoice date of a purchase order. This field must be visible in the under Purchase Account in the purchase/sales tab of the Value Model form in Fixed Asset module.

I have no experience in x++ coding and find this task cumbersome. A little heads-up in this area would help me a lot.

Thanks in advance!

Hi Ashwin,

Please have a look at the below links.

http://msdn.microsoft.com/en-us/library/hh528514.aspx

http://www.slideshare.net/murrayfife/adding-new-fields-to-dynamics-ax-2012-forms

Hope this helps.

Thanks

Hi Kumaran,

Thanks for the reply!

I managed to add a filed to the Assetbook table and make it available in the value model form. But the criteria here is, that particular field should fetch the invoice date of that particular purchase order from another table and just show it here. Every other detail in the value model form is updating, like Vendor Account, Purchase order, invoice, but not my field invoice date. I have attached a screenshot for your reference.

This invoice date for that particular purchase order must be fetched and just displayed in the above field.

Thanks.

Hi,

There are 2 ways to bring a data in the form

  1. from the table
  • you have to analyze how the records are getting inserted in the table then there you have to write the code
  1. by means of display method