Solved

Message Translations on custom view of Global Table

  • 24 February 2022
  • 1 reply
  • 106 views

Userlevel 1
Badge +2

We have an requirement where we need to filter the data from Global Code on the basis of a specific logic,To acheive that we have created a view ,But if we then use this view in lookups for different fields we see that message translations configured on Global codes stop working.

Is there a way by which we can still have message translations when we are using an custom view and not global codes directly

icon

Best answer by SanjeewaJ 25 February 2022, 06:32

View original

This topic has been closed for comments

1 reply

Userlevel 5
Badge +12

Hi @rahul.mishra40 

As per my knowledge, this limitation persists even if you create custom lookup screen and connect global code table itself. Translation works fine only in baseline lookup screens. I am not sure about latest release, but it was the case at least before UPD14.

Anyway, one solution could be, without creating a view, use few user_def fields on global code table to fulfill your filtering requirement. (Your problem may be complex than this),

BUT see if this would help.

Simple ex: if you want to show only a set of global code values based on task template

  1. Create global code records for each task template, where task template is specified in global code table user_def1 

 

 

  1. in your lookup navigation, pass the task template id

 

You may use, many user defs in global code for this. Only issue is, you have to create duplicate records for each criteria that you want to setup. But, translation would work, since we use global code table + the baseline lookup screen.

 

/Sanjeewa