PXUIFieldAttribute.SetEnabled<SOOrder.customerID>(Base.Document.Cache, null, isEnabled: false); i tried to disable the edit on customer field from graph extension but still see the edit icon. Do i need to add document allowupdate to false in extension graph?