Modification Projects
- Last UpdatedApr 30, 2026
- 2 minute read
This setting is used to enable/disable Reference Data Management of Fast Track functionality for tags and documents in AVEVA NET Gatekeeper and AVEVA Change Manager. In the context of Reference Data Management, the following settings apply.
Note: It is recommended that you set the value to false for AVEVA NET Gatekeeper because when the integration is enabled the Modification Project in AVEVA WorkMate EAM overrides the Modification Projects in AVEVA Change Manager.
|
Value |
Prerequisites |
Expected Behavior |
|---|---|---|
|
true |
None. |
Manage Modification Projects view is available on the Home page. Active Modification Projects from the local database table are available in the list when Contractors create new Working Sets. Active Modification Projects from the local database table are available when you change the Modification Project values for existing Working Sets. Modification Projects For Approval list is available in the Ongoing Tasks view. |
|
false |
Integration with AVEVA WorkMate EAM is enabled. |
Manage Modification Projects view is available on the Home page. Active Modification Projects from the AVEVA WorkMate database table are available in the list when Contractors create new Working Sets. Active Modification Projects from the AVEVA WorkMate database table are available when you change the Modification Project values for existing Working Sets. Modification Projects For Approval list is available in the Ongoing Tasks view. |
Note: The following workarounds are available to disable the Modification Projects-related functionality for AVEVA NET Gatekeeper:
-
When integrated with AVEVA WorkMate:
-
Hide the lookup, if available. Use:
<DataManagementEnabledFor>
<ModificationProject value="false"/>
</DataManagementEnabledFor> -
Hide Modification Projects-related settings for the Working Set Details page:
<wda:FormTableRow RenderAsTable="true" ID="_modProjectRow">
</wda:FormTableRow> -
When integrated with local database:
-
Hide Manage Modification Project view (the lookups continues to respond based on the local database)
<DataManagementEnabledFor>
<ModificationProject value="true"/>
</DataManagementEnabledFor> -
Force hide Manage Modification Project view from the Home page by modifying the TIM.Home.xml file by removing ModProject from the following:
<MenuContainer name="sideBar" menus="WorkingSet, FastTrack, FastTrackDoc, ModProject, Administration" xmlns="WDA.Client.MenuContainer" />
-