on 2014 May 15 10:33 AM
Hi Guys,
I'm trying to create an expression for sending a table (2 fields: source, target) like line type - source_line
and I want to loop via a decision table to get the target field - can you please confirm my understanding of the flow:
1. processing mode (Perform Action - as I only want to change the target field in the source/input table) ?
2. rule:
change "source_line" after processing - "decision table with two fields - (source and target)"
is that all ?
Thank you for confirmation,
Regards,
Michal Krawczyk
Hi Michal,
if I understand you correctly you can indeed directly manipulate the context object within the rule as you described it.
Without the loop this looks something like the following screenshots
Nevertheless you have to take care that when calling the BRF+Function from your backend to enforce BRF+ to hand back the changed context values:
Nervertheless you have some drawbacks as you will e. g. not directly see the result when doing the simulation (as the result object itself remains empty)
BR Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Refer to the attribute of the line type as context when you add the columns in your decesion table.
"Insert Column"--> "From Context Data Objects".
Be careful that you select the attribute of the correct structure. If you have multiple data objects in your application scope with the same structure as the line type or type , then you get multiple entries and you need to ensure you select the correct one.
User | Count |
---|---|
57 | |
11 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.