How to set the value of characteristic in subflow?

Gargichatterjee
Tera Contributor

Hi,

 

I want to set the value of Characteric, Installation_type as "Manual" in the subflow which is getting invoked via the service order. I am not able to do that. Attaching is the screenshot how I am doing that. If that is not the correct way please let me know. 

Thanks.

Gargichatterjee_0-1700989122845.png

 

4 REPLIES 4

Maik Skoddow
Tera Patron
Tera Patron

Hi @Gargichatterjee 

please provide more details as all the required context information is missing to answer your question.

Maik

OlaN
Giga Sage
Giga Sage

Hi,

In the attached screen shot you're working with the inputs to the Subflow.

These are only used to control what should go into your Subflow, not to set/update values.

If your goal is to set some value of the Characteristic record, then I would suggest you send the whole record as input, and in the subflow set the value of the record as needed.

I'm kind of guessing what you're attempting to do here, since it's not entirely clear. Like Maik already stated, some more background/info on what you are trying to do would help giving a good answer.

Sorry attached a wrong screenshot. Here goes the correct screenshot. I am trying to use it for implementing dependency among the SOs by staggered decomposition.

Gargichatterjee_0-1701064147864.png

 

1. Get char value reference by querying sn_ind_tmt_orm_order_characteristic_value table. (Look Up record)

2. Once you get reference to the object, just update the value. (Update Record)