Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

XML Question

11 views
Skip to first unread message

RockyFontane

unread,
May 30, 2012, 3:55:51 PM5/30/12
to
I have an XML question I'm hoping you can answer. I have data from
one system that's going to another. I'm using a MergeField. I want
to place the First Name Field AND Last Name field into one field
called "CTRF_Student_Name". The fields should have a space between
them in CTRF_Student_Name.

Is this the correct way to write the code?

<dto9:MergeField>

<dto9:defaultValue>{First Name}, {Last Name} </dto:defaultValue>

<dto9:fieldName>CTRF_Student_Name</dto:fieldName>

</dto9:MergeField>

Let me know. Thanks!
0 new messages