Hi Dojo,
I have a small question about the protocol feed. When using the protocol feed, we are not able to see the protocol version that will be used as a filter. For example, when selecting the Microsoft Platform driver, we are able to get the following:
I would imagine that this protocol feed will point to only production versions, however it seems that this is not the case. For example, we have the following drop-down feed that uses Elements as data feed:
We are able to list correctly all the elements in the DMS. However, when adding the Microsoft Platform driver as filter, we see the following filtered element list:
Checking Cube, this element is using a version that has not been set as production:
Please could you let us know if this is expected behavior?
DMA version: 10.0.9.0-9385-CU1
Hello Miguel
The way it currently works is as follows:
The protocol filters are generated by fetching all the protocols with their versions. These versions are sorted naturally for each protocol, and the first one in that list gets picked to generate the protocol filter. In your case the protocol filter will contain "1.1.0.30 with charts" because this is the first one in the naturally sorted list.
This is not by design and we are aware of the issue. How we will tackle this is not yet defined: either picking the production version as default or allowing to expand the protocol and have all versions listed so the users can pick a version. Probably the latter.
If this is blocking, you can work around it by having another feed with protocols and link that one to the element feed. This protocol feed will list all protocols with their versions:
I hope this helped you further.
The workaround is ok. Thanks!