Hi everyone,
does anyone have a good solution for retrieving names/translations of objects within a SDK action?
Example:
We have the step id: args.Context.CurrentDocument.StepID
How do I get the (translated) step name?
Is there some option inside the SDK?
I haven't found one, so I'm thinking about passing ids/translations via the PluginConfiguration.
I just thought about querying a data source. Maybe I could create a SQL view which is utilized by the data source.
Did someone do something similar and has some experience?
Best regards,
Daniel