script to assign random user from user table to another table field in servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 11:00 PM
Need Business rule script to assign random user from user table to another table field in servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 11:03 PM
Can you elaborate on your requirement? Just assigning something randomly, doesn't really seems to make sense? Your CFO will be assigned to reset some one's password. There must be more to this query.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 11:15 PM
I need to assign any random user from vendor table to engagement table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 11:31 PM
Just query to any user on that table and put them on the engagement table. Without any other information, it won't be easy to help. What is the business case? What is the functional requirement?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 11:35 PM
Just query to any user on that table and put them on the engagement table. --> can you please provide sample script for this