In this post we will try to get a property from a property set using Echo method. I will extend the same workflow and add one more step to it making it a 3 step process. Our New step will be called Get Property and now our workflow will look like
This new step will retrieve the Quote Type and Revision property that we has set in Step 2.
Create 2 new process properties to store the values.
| Process Property Name | Data Type |
| QuoteType | String |
| Revision | Revision |
Step 3 Details:
| Name | Type | Business Service Name | Business Service Method |
| Get Property | Business Service | Workflow Utilities | Echo |
Input Arguments:
| Input Argument | Type | Value | Property Name |
| SiebelMessage | Process Property | SMessage |
Output Arguments:
| Property Name | Type | Output Argument |
| Revision | Output Argument | SiebelMessage.ListOfQuote.Quote.Revision |
| QuoteType | Output Argument | SiebelMessage.ListOfQuote.Quote.Quote Type |
That’s it. I hope now there is not need to explain about the step it is just opposite of what we did in Set Property Step. We passed Siebel Message as input and extracted properties in output arguments using dot notation.
After second step in watch window of Siebel Tools you will see both process properties having blank value
but once the 3rd step will complete then both the process property will have values that we have set in 2nd Step
In next post post I will discuss how to set a value of XML Tag present in XML Hierarchy using Echo method.
<< Previous in series Next in series >>
