Hi,
I cannot figure out how NOT to update the Asset name and Type when doing a XML update:
CommitCRM require me to specify the Asset name and type, meaning that it will ALWAYS be overwritten.
<?xml version = "1.0" ?>
<?commitcrmxml version = "1.0" ?>
<CommitCRMTransaction>
<ExternalApplicationName>My App</ExternalApplicationName>
<SendResponseToEmail>myemail@me.com</SendResponseToEmail>
<Password>secret !!</Password>
<ReturnTransactionID>Update</ReturnTransactionID>
<DataKind>ASSET</DataKind>
<RecordData>
<FLDASTASSETCODE>ASTLW9QAXBM8YXE9FCJP</FLDASTASSETCODE>
<FLDASTNAME>I want to keep the Original Assetname - How ?</FLDASTNAME>
<FLDASTASSETTYPE>S</FLDASTASSETTYPE>
<FLDASTNOTES>
I want to replace the text in notes field.
</FLDASTNOTES>
</RecordData>
</CommitCRMTransaction>
I cannot figure out how NOT to update the Asset name and Type when doing a XML update:
CommitCRM require me to specify the Asset name and type, meaning that it will ALWAYS be overwritten.
<?xml version = "1.0" ?>
<?commitcrmxml version = "1.0" ?>
<CommitCRMTransaction>
<ExternalApplicationName>My App</ExternalApplicationName>
<SendResponseToEmail>myemail@me.com</SendResponseToEmail>
<Password>secret !!</Password>
<ReturnTransactionID>Update</ReturnTransactionID>
<DataKind>ASSET</DataKind>
<RecordData>
<FLDASTASSETCODE>ASTLW9QAXBM8YXE9FCJP</FLDASTASSETCODE>
<FLDASTNAME>I want to keep the Original Assetname - How ?</FLDASTNAME>
<FLDASTASSETTYPE>S</FLDASTASSETTYPE>
<FLDASTNOTES>
I want to replace the text in notes field.
</FLDASTNOTES>
</RecordData>
</CommitCRMTransaction>
Comment