Tuesday 2 February 2021

Disable Copy Record in Siebel Applets

 Hello All, 

This is very common requirement where we need to disable some particular operation on a applet i.e. New Record, Delete Record, Copy Record.

SRF solutions are many for these types of requirements ,Applet User Property, No Delete ,No Update, No Copy properties at applet and BC level.

Lets Try to Do this the Non-SRF way.

1. Create a Run Time Event , with Applet Object and SubEvent as CopyRecord


2. Create a Action Set, with below Configuration





Reload the events and see the changes, We have successfully Disable Copy Record without any SRF change :-)



No comments:

Post a Comment

Siebel GoTo View - Handling Realtime cases

 Hello All,  We all must have used GoTo view functionality of siebel to navigate to a particular view from current view. What if the require...