Hi all,
When showing opened documents in Universal gui we get the text “Open Documents” (img 1).
Can I set my own text? Because I don’t find the term “documents” fitting.
Thanks
Hi all,
When showing opened documents in Universal gui we get the text “Open Documents” (img 1).
Can I set my own text? Because I don’t find the term “documents” fitting.
Thanks
Hi,
As far as I know you can achieve this by creating a dynamic model procedure that updates the translation of the Translation object. What the exact translation object is, I'm not sure but you can look that up in the Translations screen inside the Software Factory.
Nevertheless, I also believe the default translation does not make sense. So please vote on the still open Idea.
To add: this is the Dynamic code we use:
update transl_object_transl
set transl = 'Open tabs'
where project_id = @project_id
and project_vrs_id = @project_vrs_id
and appl_lang_id = 'ENG'
and type_of_object = 13 --GUI object
and transl_object_id = 'open_documents'
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.