码家

Web Platform, Cloud and Mobile Application Development

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年11月12日

摘要: Quickstart: Creating Custom Screen Pops Using VisualforceThis is part of theDeveloping with Service & Support QuickstartsUse CaseThe time that agents spend clicking through Service & Support is often scrutinized closely. Companies want to enable their agents to be as productive as possible, 阅读全文
posted @ 2012-11-12 16:00 海山 阅读(457) 评论(0) 推荐(0)

摘要: Developing With The Service CloudMany customers are currently using salesforce.com'sService Cloudproduct to run their customer service in the cloud. This fast-growing application enables customers to manage their customer service operations using the salesforce.com platform.One of the powerful a 阅读全文
posted @ 2012-11-12 15:47 海山 阅读(432) 评论(0) 推荐(0)

摘要: 1. map<String, Schema.SObjectType> gd = Schema.getGlobalDescribe();map的key是 object api name比如 “Account”可以: gd.containsKey(“Account”) 去判断一个object里有没有那个field2.map<String, Schema.SObjectType> gd = Schema.getGlobalDescribe();Schema.SObjectType sot = gd.get(objApi);Schema.DescribeSObjectResul 阅读全文
posted @ 2012-11-12 15:24 海山 阅读(346) 评论(0) 推荐(0)

摘要: Schema.DescribeSObjectResult sobjr = Schema.getGlobalDescribe.get(objApi).getDescribe();sobjr.fields.getMap();导致describes不断增加的地方, 不是第一行,而是第二行 阅读全文
posted @ 2012-11-12 14:14 海山 阅读(186) 评论(0) 推荐(0)

摘要: return (new ApexPages.StandardController(mobileObject)).view(); 阅读全文
posted @ 2012-11-12 14:11 海山 阅读(232) 评论(0) 推荐(0)