
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 10:53 AM
I have a web service posting data to ServiceNow. The default import tables reside in the global app scope, and we currently have transform maps that act on that import to populate another table in the Global Scope(sys_user).
...now, I would like to act on this same import table for a scoped application table using another Transform map, however:
- When I create the transform map in the Scoped App, I can't access the import table as the Source, but i can access the Employee table as the Target.
- When I create the transform map in the Global App, I can specify the import table as my Source, but I do not have access to the table in the scoped app for the Target
For both tables(import table, scoped app table), i have set the property(s):
Accessible from: All application scopes
Can read: True (checked)
Allow configuration: True (checked)
Is there anyway I can get the Transform maps to work so i don't have to use a business rule?
Regards,
Mike
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 12:36 PM
Under Application Access for the table, I would think Can create & Can update be checked as well. Maybe Can delete too.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-27-2016 12:36 PM
Under Application Access for the table, I would think Can create & Can update be checked as well. Maybe Can delete too.