Skip to main content

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.

 

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


Hi

Thank you veru=y much,

it’s work ;)

regards.


Reply