Running Transform Map from a Gloabl App and populating a table in a Scoped App

michaelrodway
Tera Contributor

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

1 ACCEPTED SOLUTION

Michael Fry1
Kilo Patron

Under Application Access for the table, I would think Can create & Can update be checked as well. Maybe Can delete too.


View solution in original post

1 REPLY 1

Michael Fry1
Kilo Patron

Under Application Access for the table, I would think Can create & Can update be checked as well. Maybe Can delete too.