- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2018 04:08 PM
I am trying to import an excel sheet where the group name is a column. This transform script must populate the group's manager name/email/phone in the target records. I see the values in the log but the target record is not updating.. any help is appreciated.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2018 04:29 PM
If you are populating those fields using script, you should remove them from the field maps.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2018 04:29 PM
If you are populating those fields using script, you should remove them from the field maps.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2018 08:53 AM
Thank you. That helped.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2018 06:23 PM
Hello ,
if you have a group name as a column , you can just use that in the field maps to populate your group field and on the form where the group field is present you can just dot walk the remaining fields on the form layout and can use the derived fields on the form instead of creating new fields . That actually helps in reducing the amount of processing.
You can also keep seperate fields as now and can populate the remaining fields with the script that you are using provided you can use only group in your field map, But i prefer the first option as stated above.
Thanks,
Siva
Mark this answer as helpful/correct if that really helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2018 08:53 AM
Thank you.