Skip to content
Snippets Groups Projects
Commit efbe5f93 authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

[Projekt: xRM-ContactManagement][TicketNr.: 2000711][Icon bei Dashlet Meine Serienmail fehlt]

parent 567311c1
No related branches found
No related tags found
No related merge requests found
......@@ -313,20 +313,6 @@ CommUtil.getMediumAddrSubSqlByKey = function(pMediumKey, pContactField, pObjectT
return selectAddr.toString();
}
/**
* Returns the standard number of a PHONE-COMMUNICATION.<br>
*
* @param {String} pContactId <p>
* The contact id.<br>
* @return {String} <p>
* Phone number. If there is no phone number, an empty string is returned.<br>
*/
CommUtil.getStandardPhone = function (pContactId)
{
var query = CommUtil.getStandardSubSqlPhone(newWhere("COMMUNICATION.CONTACT_ID", pContactId));
return db.cell(query);
}
/**
* Provides static methods for validation of communication data.<br>
* <b>Do not create an instance of this!</b>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment