Acumatica 删除了 Location 属性而不是我们将在这个地方使用的属性

问题描述 投票:0回答:1

在之前的版本中,我们使用此属性 [Location(DisplayName = "Location", Visibility = PXUIVisibility.SelectorVisible)] Acumatica 还提供了属性 [MfgLocationAvail(typeof(inventoryID), typeof(subItemID), typeof(siteID), false, true, KeepEntry = false, ResetEntry = true, required = true)] 但我不想使用此属性,因为我不想必须传递 inventoryID、subItemID、siteID

我对这个 LocationID 使用了什么属性?

acumatica
1个回答
0
投票

你可以尝试这样的事情

[LocationActiveAttribute(typeof(Where<Location.bAccountID, Equal<Current<ISPSShipFilter.customerID>>>), 
    DisplayName = "Location", DescriptionField = typeof(Location.descr))]
        
© www.soinside.com 2019 - 2024. All rights reserved.