Localization on Job Scheduler.
Hi All,
I am looking for ways to provide requestor context to job scheduler. Suppose I want to run the job scheduler with French local and French timeline. Is there any way to do that. Localization can still be handled by creating an access group with an application where all the localized rulesets are added but it gets trickier with date time.
Saikat
@Saikat_Chakrabortty - You may want to call UpdateLocaleSettings activity from within the job scheduler and pass appropriate parameters for the varios locale specific parameters. The stream display (in the last step of this activity) needs to be suppressed.
This will set the date locale, timezone locale and the use locale in the requestor context.