Can anyone suggest best way to setup Addresses in AX7, requirement are In AX2012 we could simply use service calling into Address table group and logic running for validation event at forms. Looks like it has changed in AX7 as I cannot see addressbookimport table and related tables.
My requirement along with my best way to solve it is shared below, I am keen to know if there is any other better approach.
1st
The format should be
Street 1
Street 2
Street 3
City
State -Zip
Country
2nd
No duplicates are allowed.
Now I went through the application and as per me the best way would be to use the address format with out of box parameters like
Street code
Street Number
Street name
City
State - Zip
Country and
However I am not sure of data types in Street code and street number, if it accepts same as street name then I can solve my issue without extending anything .
For my 2nd requirement I can see options like Use duplicate checks and Check for unique DUNS under GAB parameters, looks like enabling these would ensure that no duplication is allowed.