Acumatica。系统许可证所有者信息
Acumatica. System License Owner Information
有什么方法可以获取有关 Acumatica 中许可证所有者的信息?
我发现有一个 PX.SM.LicenseInfo DAC 正在被 PX.SM.LicensingSetup.GetLicense(string licenseKey,PXLicenseReason reason) 初始化函数,但它是私有的。
PXLicenseHelper.License应该有你需要的。尝试以下操作之一:
- PXLicenseHelper.License.公司名称
- PXLicenseHelper.License.CustomerName
有什么方法可以获取有关 Acumatica 中许可证所有者的信息? 我发现有一个 PX.SM.LicenseInfo DAC 正在被 PX.SM.LicensingSetup.GetLicense(string licenseKey,PXLicenseReason reason) 初始化函数,但它是私有的。
PXLicenseHelper.License应该有你需要的。尝试以下操作之一:
- PXLicenseHelper.License.公司名称
- PXLicenseHelper.License.CustomerName