What is one thing common between HR profile record and user table record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2023 04:04 AM
Hi Community,
Can anyone help me in one thing that what is common between HR profile record and user table record.
The reason I am asking is that I have to update "Title" field in user table whenever "Position" field is being update in HR profile record.
I had created BR on HR profile table which will run when Position field changes and taken the value of Position field ,now what next?
How should I proceed to update the "Title" field in user table because I am unable to find anything common between these two records from user table and HR profile table.
Please guide, Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2023 12:27 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2023 04:21 PM
It is better you can find out yourself for the following steps:
1) Right-click on field label (First Name) and then you see followings
Steps 2-click on Show-'frist_name' (variable name) to see the following screenshot. You can see this is from user table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2023 11:34 PM
I am in search of Primary field, the fields which you have highlighted can have repeated value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2023 07:27 AM
@Drishti user is a field which will give you sysid of the record ,sysid is unique for each record ,so you can use this field
Thanks,
Manjusha Bangale