How to copy the hr profile data on to user table both are in different application scopes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2021 05:52 AM
Hi,
Is there anyway we can copy the "employee end date" field value from HR profile table on to custom field on User[sys_user] table.
Business rules written in one application scope will work in another application scope, if i want to query the HR profile table?
Any help much appreciated.
- Labels:
-
HR Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2021 07:36 AM
i saw this but question is that, is this information will be available on User[sys_user] table to run a report on the "employee end date" field data?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2021 07:44 AM
It will be on a new table, but you will be able to report on the user and these fields.
For now, you can modify the OOB scripts like
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2021 08:07 AM
you can either modify that OOB script include and the proper function
Or create your custom BR to sync the fields across those table
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-18-2021 10:07 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2021 06:11 AM
Sorry for the slow response. I am not aware of an OOB relationship, so you could be a database view to join the tables (Asset > User > Employee Profile)