Hello,
I am trying to use the DependsOnOwnerProperty directive on a ResourceType. The documentation provides the following example:
XML
<ResourceType Identifier="AD_Entry_AdministrationUser" DisplayName_L1="AD User (Administration)" Policy="Default" TargetEntityType="AD_Entry" Category="Accounts" SourceEntityType="Directory_User" ApprovalWorkflowType="ManualAssignmentNotAllowed" DependsOnOwnerProperty="ServiceNow:identifier">
The value ServiceNow:identifier suggests that it is possible to use a Navigation property by specifying the property to be tested after the colon (:). However, when I attempt to do this, I encounter the following error:
The property ResourceType.DependsOnOwnerProperty with reference MainRecord:Login is not found.
Am I misunderstanding the documentation, is the documentation incorrect, or is this a known issue with version 6.3.2?
Thank you in advance for your help.