【发布时间】:2016-11-16 08:39:17
【问题描述】:
有什么方法可以在 Acumatica 中获取有关许可证所有者的信息? 我发现有一个 PX.SM.LicenseInfo DAC 正在由 PX.SM.LicensingSetup.GetLicense(string licenseKey,PXLicenseReason reason) 函数初始化,但它是私有的.
【问题讨论】:
标签: acumatica
有什么方法可以在 Acumatica 中获取有关许可证所有者的信息? 我发现有一个 PX.SM.LicenseInfo DAC 正在由 PX.SM.LicensingSetup.GetLicense(string licenseKey,PXLicenseReason reason) 函数初始化,但它是私有的.
【问题讨论】:
标签: acumatica
PXLicenseHelper.License 应该有你需要的。尝试以下方法之一:
【讨论】: