Hi Team I am unable to rename a Field under a section in customization project could you please get me out of this. its showing error like below
Hi Team I am unable to rename a Field under a section in customization project could you please get me out of this. its showing error like below
Hi
Can you try like below please:
And it will rename the field.
hi
Are you trying to change customized field or Default Acumatica field? if default Acumatica what is the field on screen?
Alternate way you can write the logic on the extension graph with two approaches,
1)Cached attached
Sample Code:
PXMergeAttributes(Method = MergeMethod.Append)]
PXCustomizeBaseAttribute(typeof(PXUIFieldAttribute), nameof(PXUIFieldAttribute.DisplayName), "Customer Order Nbr.")]
protected virtual void SOOrder_CustomerOrderNbr_CacheAttached(PXCache sender) { }
2)RowSelected event
Sample Code:
PXUIFieldAttribute.SetDisplayName<ABCOrder.status>(Base.ProdOperRecords.Cache, "QCO Status");
PXUIFieldAttribute.SetDisplayName<AMProdItem.statusID>(Base.ProdOperRecords.Cache, "Order Status");
Hi
You can use workflow and with a few clicks you can change the field name and very simple.
Please find the below steps to rename the field.
Screenshots for your reference.
Thank you guys
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.