Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

List Collector Variable on Record producer

swathi55
Tera Contributor

Hello,

 

I have created a List collector variable on Record producer which gets data from a Custom table. The custom table have default ACL's which were created during table creation. The list collector values are visible to Admin but not to the end User. When tried to impersonate as the end user the user can see the data in the table but not in the record producer. Is there any issue with the variable type??

 

Thanks.

 

1 REPLY 1

GlideFather
Tera Patron

Hi @swathi55,

 

list collector referencing to what table? It's likely that the user doesn't have permission to that table, e.g. reference on location or reference on users... check the permissions for the user on the referenced table.

 

Another thing can be scope and permission for "all scopes" versus "this scope only" when it comes to custom apps. Also, custom app has automatically created roles (e.g. your_app.user, your_app.admin) so either deactivate the roles/ACLs or adjust it accrdongly.

 

Share that variables + ACLs if you can

 

 

_____
Answers generated by GlideFather. Check for accuracy.