For Custom Related Lists Edit button is not vissible and working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2024 07:30 AM
Hello All,
We have created a custom related lists tab for approvers where we have 'New' button by default in related list. Similarly we also need a edit button so tried to configure using list control but it didn't work as expected and it was mentioned in snow article for custom related lists we can't have OOB edit button. so we created a custom edit ui action global and made it visible in our custom related list tab
The problem here is when clicked on the edit ui action it displays the list of users to be selected and after selecting and saving the record the users added through edit button are not displayed in custom approvers tab.
i have added two users above but it was not displayed in the approvers tab it was empty even after adding from edit ui action.
UI Action ---took copy of OOB edit ui action
Condition: current.canCreate() && !RP.getListControl().isOmitEditButton() && RP.isRelatedList() && !RP.isManyToMany() && !RP.isInDevStudio()
Script: