- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2017 02:17 PM
I cannot find the script or scheduled job that is populating the cmn_department table.
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2017 06:11 PM
Well the good news is you have total control what happens! See the choice action documentation here:
Yes bad name but it also sets what happens on reference fields as well. By default it is set to create but you can set to ignore, meaning it won't create one if it doesn't exist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2017 02:20 PM
This is usually being populated as part of your LDAP Import, mapping user's departments and inserting them into the table.
-Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2017 03:01 PM
I was just not aware that the transform map will automatically update the table of a reference field on the target import table. thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2017 06:11 PM
Well the good news is you have total control what happens! See the choice action documentation here:
Yes bad name but it also sets what happens on reference fields as well. By default it is set to create but you can set to ignore, meaning it won't create one if it doesn't exist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2022 04:49 AM
@Michael Ritchie - Thanks much. I've been struggling to find out the source of these new records created through LDAP, since in the noon. you made my day. Thanks again. Cheers.