Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Default a value in item import map

edited Jul 5, 2024 9:22PM in Product Master Data Management

How can we default user name in item import map.

We have one of the user defined attribute in item attribute as owner and we want to default this value with logged in user or the user who is uploading the item attribute values.

Tried using "FND_GLOBAL.USER_NAME" function, but getting error "The expression is invalid. (EGO-2745500)"

Below are the expression used and facing the same error in item import map. Please suggest what is the appropriate function/syntax to use.

DECODE([OWNER], NULL, FND_GLOBAL.USER_NAME, [OWNER])

DECODE([OWNER], NULL, FND_GLOBAL.USER_NAME(), [OWNER])

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!