Skip to main content
Solved

"Open Documents" text


Forum|alt.badge.img+4

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.

img 1

Thanks

Best answer by Arie V

@kensonlatchmansing @Mark Jongeling It’s open_document, see reply from Anne Buit here. We also use the Dynamic solution as suggested.

Nevertheless, I also believe the default translation does not make sense. So please vote on the still open Idea.

View original
Did this topic help you find an answer to your question?
This topic has been closed for replies.

3 replies

Mark Jongeling
Administrator
Forum|alt.badge.img+23

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. 


Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • 1034 replies
  • Answer
  • April 27, 2022

@kensonlatchmansing @Mark Jongeling It’s open_document, see reply from Anne Buit here. We also use the Dynamic solution as suggested.

Nevertheless, I also believe the default translation does not make sense. So please vote on the still open Idea.


Arie V
Community Manager
Forum|alt.badge.img+12
  • Community Manager
  • 1034 replies
  • April 28, 2022

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'


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings