- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 08:16 PM
I am performing easy import on the custom table, but the string field from Excel' u_owner' is not getting mapped to the reference field 'Owner' on the target table. It is mapping the other fields but the owner field just does not get copied and leaves blank.
Need Urgent help on this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 12:09 AM
Hi @Mishu
Most probably because of this rule.
Name: user query
URL: https://<instance_name>/sys_script.do?sys_id=62a7bfaf0a0a0a6500c49682bd82376a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 09:48 PM
Display Name /User Name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 09:53 PM
So the "Reference value field name" field should not be 'app_owner'.
It should be 'user_name' if you're using 'User ID'.
And, it should be 'name' if you're using 'Name' (Display value)
Let me know if it works for you