- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2020 11:09 PM
I have created customized table. In that I have to Overwrite Update button function. I'm not able to find the Update button in UI action list. Anyone help in how to overwrite function of Update button.
Solved! Go to Solution.
- Labels:
-
Financial Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2020 04:46 PM
Hi
The UI action that you're looking for is here:
https://yourinstanceurl/nav_to.do?uri=sys_ui_action.do?sys_id=42df02e20a0a0b340080e61b551f2909
As others have mentioned, make sure you're aware of what you're doing. Don't modify this record but rather change the table field to your custom table and then do "Insert and Stay" so you can start working on the UI action with the additional operations you want to do in top of the out of the box update logic.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2020 04:48 AM
Hey Nirmala,
you can give condition in condition field like below screen shot.
set the condition to false Or Can Try current.getTableName()!='custom_table'
or you can give roles in require roles
kindly mark Correct and Helpful if applicable.
Regards,
Indrajit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2020 11:50 AM
Hey Nirmala,
If this solves your issue you can mark answer Correct so that thread gets closed and moved into solved to help others.
Kindly Mark Correct and Helpful if applicable.
Regards,
Indrajit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2020 04:38 AM
Hi
Thank you for the response. It helped me in solution but it would be better if you could tell me how to hide update button only for my custom table on condition.
Example: If A=='true'{hide the update button of my table}