Only a specific user incident record should seen by all other users using script

keerthana
Tera Contributor

incident table

5 REPLIES 5

Samaksh Wani
Giga Sage
Giga Sage

Hello @keerthana 

 

Share your use case in more detail.

 

 

 

display only the incident records which has the caller id as s current user

using script

Hello @keerthana 

 

You can do Read ACL on the Table :-

 

 

var user = gs.getUserID();
if(current.caller_id == user){
answer=true;
}

 

 

Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.

 

Regards,

Samaksh

Hello @keerthana 

 

Plz mark my solution as Accept, if you got help from it and close the thread.

 

Regards,

Samaksh