Skip to main content
Solved

Migration User - PreferredLanguage

  • January 28, 2025
  • 2 replies
  • 57 views

Forum|alt.badge.img+6
  • Sidekick (Partner)
  • 21 replies

Hi,

can any one tell me how i can put a default language for my users data migration, because the field PreferredLanguage is not the vue FND_USER ?

i made a bpa to update the filed, but when i have more than 20 users i get an error message( i think it’s a limitation of workflows when we have lots of lines).

Regards.

 

Best answer by Jens

Hi ​@ZinT 

why not using FND_USER_PROPERTY in that case?

IDENTITY → the USER_ID

NAME → fix value ‘PREFERRED_LANGUAGE’

VALUE → the language code, e.g. en

 

/Jens

2 replies

Jens
Hero (Employee)
Forum|alt.badge.img+10
  • Hero (Employee)
  • 137 replies
  • Answer
  • January 28, 2025

Hi ​@ZinT 

why not using FND_USER_PROPERTY in that case?

IDENTITY → the USER_ID

NAME → fix value ‘PREFERRED_LANGUAGE’

VALUE → the language code, e.g. en

 

/Jens


Forum|alt.badge.img+6
  • Author
  • Sidekick (Partner)
  • 21 replies
  • January 28, 2025

Hi

Thank you veru=y much,

it’s work ;)

regards.