I want to connect to schema's based through an email adress-key.
The first schema holds the Azure AD accounts.
The second schema has all the imported Intune devices.
How to connect these 2?
Hello @Bernhard Bergman
Yes, you can reference objects from one Assets schema in another. Enable "Allow others to select objects from this schema" on the Azure AD schema, then add an Object attribute on the Intune device object type pointing to the Azure AD account object type.
That said, if you want the import to resolve that reference automatically from the email address that part isn't possible yet. Atlassian still has that limitation for external imports across schemas. The workaround is to import the email as plain text first, then set the actual object reference afterwards through automation or the REST API.
cross-schema reference = yes
cross-schema external import mapping by email = not directly currently.
Allow other schemas to reference objects from a schema | Assets | Atlassian Support
I have this AQL, but I want to make the emailadress as the search variabele in my automation Rule.
objectTypeId = 29 AND "Owner Email Address" IN (“b.bergman@maars.nl”)
I’m looking for objects which have the right emailaddress in a different schema.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.