vardbResult=db.array(db.COLUMN,"select CHAR_VALUE from COMMUNICATION"
+" left join AB_KEYWORD_ENTRY on KEYID = MEDIUM_ID"
+" left join AB_KEYWORD_ATTRIBUTERELATION on AB_KEYWORD_ENTRY_ID = AB_KEYWORD_ENTRYID and AB_KEYWORD_ATTRIBUTE_ID = '7250ff28-1d48-41cc-bb36-8c33ace341bb'"
...
...
@@ -280,4 +266,14 @@ StandardObject.prototype._setStandardCommunication = function (pCommunicationID,
db.getColumnTypes("COMMUNICATION",["STANDARD"]),
[pValue],
"COMMUNICATIONID = '"+pCommunicationID+"'")
}
/**
* Will return the Contact ID by the given communication ID.
*
* @param pCommunicationID {String} Communication ID to get the contact ID for.