I'm using your CmtDbQry.dll but i have an error with CommitCRMQueryDataRequest
CmtInitDbQryDll : OK
CmtGetQueryRecIds : OK
XML Sample :
<?xml version="1.0" ?><?commitcrmxmlqueryrequest version="1.0" ?><CommitCRMQueryDataRequest><ExternalApplicationN ame>Ioware.ioCommitCRM</ExternalApplicationName><Datakind>ACCOUNT</Datakind><MaxRecordCount>9999</MaxRecordCount></CommitCRMQueryDataRequest>
CmtGetRecordDataByRecId : Error 2000
And CmtGetDescriptionByStatus : "General Error Occurred"
XML Sample :
<?xml version="1.0" ?>
<?commitcrmxmlgetrecorddatarequest version="1.0" ?>
<CommitCRMGetRecordDataRequest>
<ExternalApplicationName>Ioware.ioCommitCRM</ExternalApplicationName>
<GetRecordByRecId>CRDSVHJK86TQVJE5WLAX</GetRecordByRecId>
<SelectFieldsList>FLDCRDCOMPANY, FLDCRDFULLNAME</SelectFieldsList>
</CommitCRMGetRecordDataRequest>
And the response :
<?xml version="1.0" ?>
<?commitcrmxmlgetrecdatarequest version = "1.0" ?>
<CommitCRMGetRecordDataResponse>
<Status>FAILURE</Status>
<ResultCodes>50122</ResultCodes>
<ResultMessage></ResultMessage>
<RecordData></RecordData>
</CommitCRMGetRecordDataResponse>
Error 2000 and 50122 are not referenced in this article
What is wrong with this?
Your wiki with this function is : this article
<?xml version="1.0" ?>
<?commitcrmxmlgetrecorddatarequest version = "1.0" ?>
<CommitCRMGetRecordDataRequest>
<ExternalApplicationName>MySoftwareName</ExternalApplicationName>
<GetRecordByRecId>CRDC1VTHMDF627HJECG7</GetRecordByRecId>
<SelectFieldsList>
FLDCRDCOMPANY,
FLDCRDCONTACT,
FLDCRDADDRESS1,
FLDCRDCITY,
</SelectFieldsList>
</CommitCRMGetRecordDataRequest>
CmtInitDbQryDll : OK
CmtGetQueryRecIds : OK
XML Sample :
<?xml version="1.0" ?><?commitcrmxmlqueryrequest version="1.0" ?><CommitCRMQueryDataRequest><ExternalApplicationN ame>Ioware.ioCommitCRM</ExternalApplicationName><Datakind>ACCOUNT</Datakind><MaxRecordCount>9999</MaxRecordCount></CommitCRMQueryDataRequest>
CmtGetRecordDataByRecId : Error 2000
And CmtGetDescriptionByStatus : "General Error Occurred"
XML Sample :
<?xml version="1.0" ?>
<?commitcrmxmlgetrecorddatarequest version="1.0" ?>
<CommitCRMGetRecordDataRequest>
<ExternalApplicationName>Ioware.ioCommitCRM</ExternalApplicationName>
<GetRecordByRecId>CRDSVHJK86TQVJE5WLAX</GetRecordByRecId>
<SelectFieldsList>FLDCRDCOMPANY, FLDCRDFULLNAME</SelectFieldsList>
</CommitCRMGetRecordDataRequest>
And the response :
<?xml version="1.0" ?>
<?commitcrmxmlgetrecdatarequest version = "1.0" ?>
<CommitCRMGetRecordDataResponse>
<Status>FAILURE</Status>
<ResultCodes>50122</ResultCodes>
<ResultMessage></ResultMessage>
<RecordData></RecordData>
</CommitCRMGetRecordDataResponse>
Error 2000 and 50122 are not referenced in this article
What is wrong with this?
Your wiki with this function is : this article
<?xml version="1.0" ?>
<?commitcrmxmlgetrecorddatarequest version = "1.0" ?>
<CommitCRMGetRecordDataRequest>
<ExternalApplicationName>MySoftwareName</ExternalApplicationName>
<GetRecordByRecId>CRDC1VTHMDF627HJECG7</GetRecordByRecId>
<SelectFieldsList>
FLDCRDCOMPANY,
FLDCRDCONTACT,
FLDCRDADDRESS1,
FLDCRDCITY,
</SelectFieldsList>
</CommitCRMGetRecordDataRequest>
Comment