Some Attributes contain values which themselves have dependencies. This is unsupported in Spot Server and is better done as high level items with dependencies rather than dependencies at the values level.
Simplified Example and Solution
Unsupported:
A is a list of items 1 2 3, and 3 is only visible if a condition is met.
Supported:
A is a list of items 1 2, only visible if a condition is not met.
A is a list of items 1 2 3, only visible if a condition is met.
The net result is the same in each scenario but by moving the condition to the whole list instead of items this is compatible with Spot Server.
Example
This is presently happening with the CROSSMETER3 Attribute in LEADPNT.
Some Attributes contain
values
which themselves have dependencies. This is unsupported in Spot Server and is better done as high level items with dependencies rather than dependencies at the values level.Simplified Example and Solution
Unsupported:
Supported:
The net result is the same in each scenario but by moving the condition to the whole list instead of items this is compatible with Spot Server.
Example
This is presently happening with the
CROSSMETER3
Attribute inLEADPNT
.