Page 2 of 2

Re: Articy Script field conversion

Posted: Fri Aug 26, 2016 10:54 am
by Tony Li
I'll implement that feature in the upcoming 1.6.6.3 (targeted for release early next week).

Slots are converted to strings containing the DisplayName of the referenced object.

Re: Articy Script field conversion

Posted: Mon Aug 29, 2016 5:01 am
by irve
We would like it to be configurable since the ID is unique and display name less so. We will cache a hashtable of the IDs and lookup when needed.

Re: Articy Script field conversion

Posted: Mon Aug 29, 2016 8:46 am
by Tony Li
irve wrote:We would like it to be configurable since the ID is unique and display name less so. We will cache a hashtable of the IDs and lookup when needed.
This request is for Slots, correct? Does this apply to all Slots, or will you need to import some as IDs and some as DisplayNames?

Re: Articy Script field conversion

Posted: Mon Aug 29, 2016 9:08 am
by irve
I don't think that we need both at the same time, since mapping it for one case should solve it for all the others quite easily.

Also, I can imagine that configuration for that kind of dual logic is tedious at best.

Re: Articy Script field conversion

Posted: Mon Aug 29, 2016 9:20 am
by Tony Li
Okay, I'll make it an all-or-nothing dropdown (all DisplayName or all ID).