- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2022 12:56 AM
I've got a transform map where I'm trying to update two reference fields:
The 'Divisional Application Owner' comes from the 'Application Name' field, whilst the 'EUDA Name' comes from the 'EUDA ID' field. The mapping for one of the fields is:
I don't have mapping for the 'Divisional Application Owner' because I thought that would be updated based on a client script I had written.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2022 01:26 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2022 02:38 AM
You are mentioning a client script for the Divisional Application Owner field. Is that how you are setting the EUDA Name field as well?
If so, it will not work because the transform mapping of the import set is done on the server-side. You would have to use a business rule (server script) to populate the fields on update and/or create.
The client script will only work when the record is manually amended because the user is doing an update in the GUI on the client-side
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2022 01:26 AM
I now managed to fix this issue by using a script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2023 10:19 AM
Hello Matthew,
Would you share the script that helped you solve this issue? I am running into the same situation. Will greatly appreciate it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2023 12:03 AM
The script I used was: