Localizing Action Log Entries from Workflow Account
Essentially we would like to be able to either localize or completely hide these entries for end users. (If the English shows up for analysts, that's fine - it just needs to either be localized to French or hidden from view for non-analyst users.
Has anyone had any experience with this or how I could go about trying to either localize these messages or hide them altogether?
Answers
However the Title is not localized by SCSM, it is simply a text field.
This is proven by querying the Action Log table itself.
It took minimal altering from my initial SQL statement.
I suppose if you want the workflow to write in French, you'd need to alter the SCSM primary workflow Server system locale through Region and Language > Administrative tab > Change System Locale then restart the server. That was my conclusion on how the SCSM SDK determines what Language Code a user has by default so I figure .
Other than that, if you wanted to hide them through the Cireson Portal you'd need to do some javascript.