- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 10:39 PM
We have applied an ACL to an Incident table and want to obtain the number of records that a specific user can view.
I succeeded in getting the number of records of one 'run server side script'.
But, I need to call that value from another 'run server side script'.
Q:If more than one script exists, can the value obtained by the previous script be used (called) by other scripts?
Concrete content to be realized)
・The number of records of Incident is acquired by posing as one user (A).
・Assume another user to retrieve the number of incident records and verify that the number of records that can be viewed is the same as A
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 11:11 PM - edited 08-01-2023 11:11 PM
Hi @Reina Fujita,
You need to create Output variables, assign values to it and use in another test steps.
Add output variables to scripted steps
Passing data from one automated test step to another
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2023 11:11 PM - edited 08-01-2023 11:11 PM
Hi @Reina Fujita,
You need to create Output variables, assign values to it and use in another test steps.
Add output variables to scripted steps
Passing data from one automated test step to another
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers.
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2023 02:38 AM
Thank you for your reply.
It worked, thanks.