How to set the value of characteristic in subflow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 12:58 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 02:02 AM
please provide more details as all the required context information is missing to answer your question.
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 04:36 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 09:49 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2023 10:02 PM
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)