Wednesday, June 19, 2013

X++ code to get the company name

Hi,
static void curExtExample(Args _arg)
{
str CompanyId;
;

CompanyId = curExt();
Info(CompanyId);
}

No comments:

Post a Comment