3

The record's value can be able to translate when user changes the system languages base in the personalize setting. 

 

Here is a good example. The Booking Status values from the Resource area. This is a supporting table and additional values have been added. But since the Name content is data, the values don't translate to Vietnamese. There are many supporting tables in Field Service like this and I'm looking for a strategy for how a user with Vietnamese as their language can have Vietnamese translations of these values. 


Category: General
STATUS DETAILS
New

Comments

N

We've tried to work around this by creating separate views, after creating columns for specific languages, and putting the different language in the view, and then qualifying the view by a specific security role, which is also assigned to a user. However, since the "Name" column is the lookup value, there needs to be a default view for lookup. The security role setup did not impact the view used as the default so even though the security role didn't grant access to the view, somehow we still had access to the view. There is no fallback view in the configuration like with forms that have security roles assigned. Even with java script to switch the view, the "Name" is still the display name. The solution needs to translate the data on the fly based on the user's language and not display the base language.

Category: General