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

static void Job189(Args _args)
{
    DirParty        dirParty;
    LogisticsLocationEntity lle;
    CustTable   customer;

    customer = CustTable::find("‪‪‪1707303");
    dirParty = dirParty::constructFromCommon(customer);
    lle = dirParty.getPrimaryElectronicAddressLocation();
    info(lle.getEmail());
    info(lle.getTeleFax());
    info(lle.getPhone());
    info(lle.getTelex());
}


Viewing all articles
Browse latest Browse all 175888

Trending Articles



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