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?
I see that via the UI we are only able to select a scalar property and I think it has always been like this.
It does not seem like a specific bug in the 6.3.2 version.
Maybe they documented it that way to specify this:
You will need to create a scalar property (SnowID) on the user which will store the ServiceNow ID.
You will then need to select this property (SnowID) in the DependsOnOwnerProperty.
They should not have documented it like this within Context 7 because it does not compile like that. Every LLM reading this would assume the same thing and hallucinate.