RockyFontane
unread,May 30, 2012, 3:55:51 PM5/30/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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!