cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BPC Script Logic: can destination new dimension insert value ?

Former Member
0 Likes
285

Hello All,

While sending data from one model to another model can modify destination new dimension with a different value.

Not with the constant value.

Eg.

*DESTINATION_APP = OSG_SALES

*ADD_DIM CUSTOMER = 'NONE' (Added New dimension here)

*WHEN FLOW

*IS F999

Want to modify new dimension (CUSTOMER) below with value

RFC (EXPRESSION = %VALUE%, CUSTOMER = ENTITY.ID )

How can I achieve this one

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Likes

Try to use RENAME_DIM instead of ADD_DIM