thingworx-field-work / ThingworxVSCodeProject

Develop thingworx models using a real IDE
MIT License
33 stars 17 forks source link

User/Session bindings support in Mashups #76

Closed kklorenzotesta closed 4 months ago

kklorenzotesta commented 5 months ago

Is it currently possible to define bindings with the fields of User or Session in the tsx mashups? (the session properties in the screenshot are from a custom UserSessionShape) image image

BogdanMihaiciuc commented 4 months ago

There is currently no support for this, in a way that would translate to bindings to those sections in the mashup panel. What you can do instead is to pull those properties via a service (e.g. GetPropertyValues on a user entity or GetGlobalSessionValues on the current session info resource)

kklorenzotesta commented 4 months ago

ok, thank you for the help!