码迷,mamicode.com
首页 >  
搜索关键字:crm使用soap    ( 23个结果
crm使用soap取消用户訪问记录权限
//取消訪问权限 function demo() { //操作记录的id var targetId = "A8A46444-BA10-E411-8A04-00155D002F02"; //操作记录的实体名称 var targetType = "new_config"; //被分配的用户或者团队的id ...
分类:其他好文   时间:2017-07-31 14:37:45    阅读次数:154
crm使用soap操作商机赢单
//C# 代码 //Entity target = new Entity() { LogicalName = "opportunityclose" }; //target["opportunityid"] = // new EntityReference() { LogicalName = "opp ...
分类:其他好文   时间:2017-07-03 11:55:58    阅读次数:197
crm使用soap启用和停用记录
function demo() { //操作记录的id var targetId = "a8a46444-ba10-e411-8a04-00155d002f02"; //操作记录的实体名称 var targetType = "new_config"; //启用 SetState(targetId, ...
分类:其他好文   时间:2017-06-04 22:53:28    阅读次数:188
crm使用soap删除下拉框
//C# 代码: //DeleteOptionSetRequest request = new DeleteOptionSetRequest(); //request.Name = "new_year"; //DeleteOptionSetResponse response = (DeleteOpt ...
分类:其他好文   时间:2017-05-16 23:06:09    阅读次数:182
crm使用soap删除关系
//C# 代码: //DeleteRelationshipRequest request = new DeleteRelationshipRequest(); //request.Name = "new_account_new_account_product"; //DeleteRelationsh ...
分类:其他好文   时间:2017-04-26 10:16:13    阅读次数:114
crm使用soap分配记录
//样例function demo() { //操作记录的id var targetId = "A8A46444-BA10-E411-8A04-00155D002F02"; //操作记录的实体名称 var targetType = "new_config"; //被分配的用户或者团队的id var....
分类:其他好文   时间:2015-12-26 14:53:59    阅读次数:145
crm使用soap更改下拉框的文本值
//C#代码//UpdateStateValueRequest updateStateValue = new UpdateStateValueRequest//{// AttributeLogicalName = "statecode",// EntityLogicalName = "new_acc...
分类:其他好文   时间:2014-11-04 22:22:26    阅读次数:290
crm使用soap批量删除数据
crm使用soap批量删除数据,crm批量删除数据...
分类:其他好文   时间:2014-08-27 09:26:47    阅读次数:277
crm使用soap删除下拉框
crm使用soap删除下拉框,crm删除下拉框...
分类:其他好文   时间:2014-08-07 09:49:29    阅读次数:218
crm使用soap创建下拉框
crm使用soap创建下拉框,crm创建下拉框...
分类:其他好文   时间:2014-08-06 10:37:01    阅读次数:355
23条   1 2 3 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!