Hello all,
I am trying to modify an old application implemented on Taskspace 6.5, to add a new step onto an workflow and I have the following scenario:
- i opened the workflow template with Process Builder to edit it
- i added the new step and i attached it with a form created in Forms Builder
- i installed the form and the process template and run the workflow in Taskspace
Taskspace is configured to run in two languages.
The problem is that when i open my form in Taskspace, the form appears only in the default language. All the other forms from my workflow are changing from a language to another when i change the language at login, only the new form i added did not change his language.
What should i do specially for this new form to be translated like the other forms. I mention that all untranslated labels are the default labels which are coming from Forms Builder, not custom label introduced by me.
Update: I observed that there are two entries in the object type dm_xfm_resource for the other forms and just one for my form. So, i suppose that i need to attache the other language somewhere through an option. The question now is: where could be found that option?
Update: I added a dm_xfm_resource type document for the other language using DA, but still not working. I suppose that this isn't the standard procedure.
Thank you