Acumatica。系统许可证所有者信息

时间:2016-11-16 08:39:17

标签: acumatica

有没有办法在Acumatica中获取有关许可证所有者的信息? 我发现有一个 PX.SM.LicenseInfo DAC正在由 PX.SM.LicensingSetup.GetLicense(字符串licenseKey,PXLicenseReason reason)函数进行初始化,但它&# 39;私人。

1 个答案:

答案 0 :(得分:2)

PXLicenseHelper.License应该拥有您所需要的。请尝试以下方法之一:

  • PXLicenseHelper.License.CompanyName
  • PXLicenseHelper.License.CustomerName