Skip to Content
0
Former Member
Aug 25, 2011 at 08:59 AM

Context Objects.

33 Views

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