Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: How can i coding Method for getting Field Fax,Telex Fax,Phone no. from LogisticsElectronicsAddress

$
0
0

Consider duplicating the display methods mentioned above.

Change the return type of the method to Description.

Change the last line of code so that it returns the description field instead of the locator:

E.g. change

   return electronicAddress ? electronicAddress.Locator : '';

to

   return electronicAddress ? electronicAddress.Description : '';


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>