Hi,
I have created a context object(ConObj) and assigned to a field from a srouce structure(RecordType).
According to Context Object concept
XPath : /InvoiceOut/customerData/address/RecordType = u201C69120u201D
Context Object: ConObj.
Now use context object in all conditions where you need the value of the <RecordType> field, which makes the conditions easier to read.
However if I change the value to Conext Object (ConObi) in a UDF will it refelect in the Srouce field(RecordType)???
Thanx