how can 'Add Supplier' button/link be added on the case screen

Nagoor Basha 1
Tera Contributor

Table name  sn_ap_cm_ap_case-  Invoice case table.

 

NagoorBasha1_0-1729574070536.png

For this workspace how to add Supplier button on the case screen

1 ACCEPTED SOLUTION

Moin Kazi
Kilo Sage
Kilo Sage

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.

 

MoinKazi_1-1729577482910.png

 

MoinKazi_4-1729578051124.png

 

 

Output: 

MoinKazi_0-1729577427769.png

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 

View solution in original post

1 REPLY 1

Moin Kazi
Kilo Sage
Kilo Sage

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.

 

MoinKazi_1-1729577482910.png

 

MoinKazi_4-1729578051124.png

 

 

Output: 

MoinKazi_0-1729577427769.png

 

 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~