【发布时间】:2023-03-12 19:55:02
【问题描述】:
是否可以在 Acumatica 的“所有者”选择器中按特定部门进行硬编码和过滤?
DAC:AR.Arinvoice
所有者 ID
[PXDBGuid()]
[PXDefault(typeof(Customer.ownerID), PersistingCheck = PXPersistingCheck.Nothing)]
[PXOwnerSelector(typeof(ARInvoice.workgroupID))]
[PXUIField(DisplayName = "Owner", Visibility = PXUIVisibility.SelectorVisible)]
【问题讨论】:
标签: customization acumatica custom-selectors