Following the update to 10.0.41 the asset field was no longer able to edit. Reference issue 936524.
As a organisation that utilises a manual numbering sequence. This has impacted our ability to transfer assets between different department / sites as the sequence forms part of the full asset ID. Please can you provide advice on a solution we can utilises to overcome this issue.
Problem: Asset field became non-editable after the update to 10.0.41.
Impact: Affects manual numbering sequence and asset transfers between departments/sites.
Workaround Solution:
Extend the Form: Create an extension class for the EntAssetObjectTable form.
Modify Field Property: Use the allowEdit() method to make the field editable.
Implementation Steps:
Create Extension Class: In Visual Studio, create a new class (e.g., EntAssetObjectTable_Extension).
Extend the Form: Use [ExtensionOf] attribute to extend the EntAssetObjectTable form.
Override init() Method: Use allowEdit() method to enable editing of the Asset ID field.
Deploy Changes: Build and deploy the changes to your environment.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.