What is scope?
Answers were Sorted based on User's Feedback
Answer / rajendraprasad cherukuri
Scope Property is used to restrict flow step to access only
the elements of a IData Object.For Example if document x
has elements x1,x2,x3,lets say for flow Map step we set the
scope as X when the control is in map step we can do
operations only on x1,x2,x3.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / maheedhar reddy
(not applicable for Exit step)
Specifies the name of the document(IData) in the pipeline to which you want to restrict this step’s pipeline. If you want this step to have access to the entire pipeline, leave this property blank.
By giving the pipeline document name we can get access to only that document elements in this step’s pipeline i.e previous steps pipeline data is not accessible/visible for this steps pipeline. If we give document name which is not in pipeline then we cannot get/see any data to this step’s pipeline(empty pipeline accessed to this step). i.e we cannot get that document data or previous steps pipeline data.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is Broker Data Types?
Where do you implemented pub-sub architecture?
How to store logs in DB?
How to connect jdbc connection in webmethods without server and with server step by step explain.
How to Change the Order of Steps in a Flow Service?
what are extended settings?
Explain what is indices in map flow step?
How to open a session on a different server?
Can we multi-select elements to lock or unlock in the Navigation Panel?
Can you spell SAP, ERP, CRM, XML and EDI properly?
Difference between custom sql ,dynamic sql ? when we use custom sql,when we use dynamic sql?
When to Lock an Element?