Salesforce

How Do I Update the NodeId and ParentId? (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

How Do I Update the NodeId and ParentId? (Magic xpa 3.x)

You don’t.

The NodeId and ParentId are used internally by Magic xpa, and if you do in fact update them in your program, the updates are ignored.

Each record in a repeating element will have a unique NodeId when the XML document is opened, although, as you can see in this example, it is not explicitly stored in the actual document. The ParentId refers to the parent element in the XML document. In this instance, that is the root node.

However, you don’t have to know any of this to write your XML programs. You can ignore the NodeId and ParentId fields.

See also

The Online and Rich Client Samples projects (program XM04 and RXM04)

Reference
Attachment 
Attachment