1. What version of Thingworx are you currently running?
Thingworx Platform 9.1
2. Describe the problem you are trying to solve. Please include detailed documentation such as screenshots, images or video.
We have the default Localization table where we have finitely large set of localization tokens. The customer requirement is, to export the localization tokens for some machines to exported to a csv file and have translated localization values inserted back to Thingworx. The challenge we face is that we need to export tokenname, tokenvalue, context and usage in the csv file. The current method we have employed is
1. Fetch entire localization table using GetTokensAnnotated() service
2. Query the infotable with the token name to get the usage, context and value data
This process consumes a lot of resource and runtime for the service since the localization table is getting bigger day by day.
What I would propose is a service GetTokenAnnoted which can fetch all annoted information for a single token name.
@olivierlp Please consider this idea with priority.
3. What business value would your suggestion represent for your organization?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.