Current language D365FO
static void main(Args _args)
{
info(companyinfo::languageId());
// user
info(new xInfo().language());
// system
info(SystemParameters::getSystemLanguageId());
}
Introduction In Microsoft Dynamics 365 Finance & Operations (D365 F&O), Purchase Orders can be confirmed programmatically using th...
No comments:
Post a Comment