Skip to content

SDK1.12 - Some fields with property "id-ref" are not using displayType COMBOBOX #1087

Closed Answered by rouschr
Giulio999 asked this question in Q&A
Discussion options

You must be logged in to vote

From what I remember, we were able to change from "id" to "id-ref" thanks to the use of business entities and the docs does say "typically" but that does not mean always.

After a few SDK releases we may decide to put COMBOBOX instead of TEXT but we fear this could break existing applications that did not yet move to usage of the new "referencedBusinessEntityIds". The problem is that sometimes populating the COMBOBOX is a bit more complex.

There are easy cases where the new and old solutions are identical:

    "idSchemes" : [ "LOT" ],
    "referencedBusinessEntityIds" : [ "lot" ],

In that case using idSchemes vs referencedBusinessEntityIds makes little difference.
But then there are cases…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rouschr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
fields Related to field metadata (/fields/fields.json) notice-types Related to the notice type definitions (/notice-types). business entities
2 participants