Home > Forum > User Voice > SDK 2026: New "Label" property in addition to DisplayName

SDK 2026: New "Label" property in addition to DisplayName
0

MVP

Hi,

we noticed that the Field.Displayname has now the translated value of the current user.
Until 2025 this line logged always the Designer Studio name. as of 2026 it is the translated value for the executing user.

logger.Log($"Adding sql field'{sqlField.DisplayName}' as placeholder");

This is causing us some troubles. We have a generic SDK which allows us to access all the fields of the workflow instances as placeholders. For example
Description: |Description|

The alternative would have been using the GUID, which may be fine in the above case but not here:
we allow |00001546-...| of |5848945-...| to ......

For these type of use cases it would be great to have an additional "Label" / "Default name" property for Fields, Form types or whatever my be translated now.

Best regards,
Daniel

Nobody has replied in this thread yet.