There is no Submit and Save button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 04:25 AM
Hello,
The Submit and Save buttons are missing from the newly created asset creation form after the Washington upgrade. They are present in the Utah version. I don't know how to fix this issue.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 02:28 AM - edited 05-28-2024 02:41 AM
HI @Ameliar
Please search the Script include name as a "AssetUtils" and add this function
AssetUtils.showUIActionOverAsset = function(asset) {
// Hide the UI action over license if SAMS is active
return asset.sys_class_name.toString() !== global.AssetManagementConstants.ASSET_CLASSES.SOFTWARE_ENTITLEMENT || !GlidePluginManager.isActive('com.snc.sams');
};
than submit ui action visible.
If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2024 05:04 AM
Can someone explain the reason behind it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2024 09:54 PM - edited 06-02-2024 09:54 PM
@Navya Cholleti2 This is a New UI Action and function "AssetUtils.showUIActionOverAsset" added in Washington DC in Asset Table.