- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 10:15 PM
Table name sn_ap_cm_ap_case- Invoice case table.
For this workspace how to add Supplier button on the case screen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 11:17 PM - edited 10-21-2024 11:21 PM
Hi @Nagoor Basha 1 ,
You can navigate to the UI action (sys_ui_action) table and create new UI action and name it Supplier. In the workspace section, ensure you check the workspace form button checkbox. In the script field, you can write your code and perform actions accordingly.
Please refer to the images below; I have completed this for the incident table—you can substitute your table for incident.
Output:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you found my response **helpful**, I’d appreciate it if you could take a moment to select **"Accept as Solution"** and **"Helpful"** Your support not only benefits me but also enriches the community.
Thank you!
Moin Kazi
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 11:17 PM - edited 10-21-2024 11:21 PM
Hi @Nagoor Basha 1 ,
You can navigate to the UI action (sys_ui_action) table and create new UI action and name it Supplier. In the workspace section, ensure you check the workspace form button checkbox. In the script field, you can write your code and perform actions accordingly.
Please refer to the images below; I have completed this for the incident table—you can substitute your table for incident.
Output:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you found my response **helpful**, I’d appreciate it if you could take a moment to select **"Accept as Solution"** and **"Helpful"** Your support not only benefits me but also enriches the community.
Thank you!
Moin Kazi
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~