I am new to Dynamics Ax., I just want to place City, State, Country and Zipcodes in specified fields from Lookup form called Address… I have created one Master table and State, Country and ZipCode Tables for refering records so far. But, I couldnt able to place above those items into required fields from Lookup form…
Can you please clear my doubts with simple examples…
If I understand it well, you would like to fill various fields after selecting some item in an adress lookup.
If it is so, you can use modified() method on that lookup field. After an address is selected, modified method is called an you may fill any fields on the form within this method, based on the selection. To access data filled in any form field, autodeclaration property must be set to yes for those fields.