Has anyone provisioning Organization Groups in Cerner? What is the process to do this? We see the attribute in the schema but there is no mention of it in the provisioning policy in the documentation.
Have you tried provisioning like
<AttributeRequest name="organizationGroup" op="Add">
<Value>
<List>
<String>Facilities (#########)</String>
<String>Affiliates Org Group (#########)</String>
</List>
</Value>
</AttributeRequest>
I remember doing like this in IIQ, so hoping it will work like this with IDN. Replace ### with ID part of the organization group.
1 Like
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.