Topic by Leonardo Barbosa
Hello all,
I did a XML to create Contacts in RN
This is a example of my XML:
<ns2:GenericFields dataType="OBJECT" name="c">
<ns2:DataValue>
<ns2:ObjectValue xsi:type="ns2:GenericObject">
<ns2:ObjectType>
<ns2:TypeName>ContactCustomFieldsc</ns2:TypeName>
</ns2:ObjectType>
<ns2:GenericFields dataType="STRING" name="profissao">
<ns2:DataValue>
<ns2:StringValue>PROFISSAO</ns2:StringValue>
</ns2:DataValue>
</ns2:GenericFields>
</ns2:ObjectValue>
</ns2:DataValue>
</ns2:GenericFields>
It work
Now I need set custom fields with type Char and Datetime. How I can do this?
Someone can help me?
Regards