ConcourseSuite Support

Support
Corporate
PUBLIC PROFILE

Back to topics

Discuss Development

problem remove contactHistory

You need to be logged in to post messages

This question is unanswered

problem remove contactHistory

5/26/2008 6:24 AM EDT

Hi,
I try to remove a contactHistory Object by id, and I receive the next xml response:

<?xml version="1.0" encoding="UTF-8"?>
<aspcfs>
<response id="1">
<status>1</status>
<errorText>Unsupported object specified</errorText>
</response>
</aspcfs>

My request code are:

DataRecord tab = new DataRecord();
tab.setName("contactHistory");
tab.setAction(DataRecord.DELETE);
tab.addField("id", id);
crm.save(tab);
crm.commit();

Help me please.
Any suggest is welcome.
Alessandro