web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

How to get company address in D365FO | x++ code to get Legal Entity address in Dynamics 365 Finance and operation

SANTOSH KUMAR SINGH Profile Picture SANTOSH KUMAR SINGH 1,224

Below is the x++ code to get Legal Entity address in Dynamics 365 Finance and operation . You can try this code in job also.


CompanyInfo companyInfo = CompanyInfo::find();
info(strFmt("%1",companyInfo.postalAddress().Address));



This was originally posted here.

Comments

*This post is locked for comments