Hi Team,
I need a set of users which have an account in one source but in the other i tried using
@accounts(source.name.exact:“SAP Ariba Parent Realm”) AND NOT IN @accounts(source.name.exact:“SAP ECC”)
but it is not working.
any inputs?
Hi Team,
I need a set of users which have an account in one source but in the other i tried using
@accounts(source.name.exact:“SAP Ariba Parent Realm”) AND NOT IN @accounts(source.name.exact:“SAP ECC”)
but it is not working.
any inputs?
Try:
@accounts(source.name.exact:“SAP Ariba Parent Realm”) AND NOT @accounts(source.name.exact:“SAP ECC”)
Just removed the “IN”. It works for me in one of my tenants.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.