salesforce portfolio agentforce ai agents that take action for you best-in-class crm apps customer 360 for sales, service, and more unified customer data data cloud, integrations, analytics low code, customizable platform automations, prompts, models, code, and more foundations key cust...
* http://titancronus.com/blog/2014/05/01/salesforce-acquiring-dependent-picklists-in-apex/ */ public class DepPickListCtrl { public static Map<String,List<DepPickListCtrl.TPicklistEntry>> GetDependentOptions(String pObjName, String pControllingFieldName, String pDependentFieldName){ Map<String...
salesforce 零基础学习(六十二)获取sObject中类型为Picklist的field values(含record type)写过关于读取中间页面获取含Record Type的Picklist field Values,是不是也可以将中间页面写两个apex:inputField设置级联关系,通过参数将需要读取的内容获取出来,从而实现需求? 1.PicklistParserController作为中间页的Controller,获取...
Force.com AppExchange アプリケーションへの Visualforce の追加 Visualforce ページでの JavaScript の使用 ベストプラクティス 標準のコンポーネントの参照 analytics:reportChart apex:actionFunction apex:actionPoller apex:actionRegion apex:actionStatus apex:actionSupport apex:areaSeries apex:attribute apex...
salesforce 零基础学习(六十二)获取sObject中类型为Picklist的field values(含record type) 写过关于读取中间页面获取含Record Type的Picklist field Values,是不是也可以将中间页面写两个apex:inputField设置级联关系,通过参数将需要读取的内容获取出来,从而实现需求? 1.PicklistParserController作为中间页的Controller,获取...
salesforce给我们提供了标准的页面,比如标准的页面包括标准的列表和标准的详细页视图。有的时候我们想要自定义视图,比如做一个项目的时候不希望使用者直接通过ID查看到标准的详细页,而是跳转到指定处理过的详细页,这个时候做法如下: 1.创建相关详细页的Controller,此Controller的构造函数应涵盖ApexPages.StandardController,...
<apex:pageBlockTable>è un componente di iterazione che genera una tabella di dati, con tanto di stile della piattaforma. Ecco cosa accade nel markup della tabella. L'attributo value di<apex:pageBlockTable>è impostato sulla variabile caricata dal controller di elenco standard,...
Let's take a look at the standard Set class... It can be iterated in a foreach loop: Set<String> mySet = new Set<String>{'a', 'b'}; for(String s : mySet){} But, according to Salesforce (compiler & runtime), it does not actually implement the Iterable interface: String.join...
Salesforce Developer Program Build apps Lightning fast with drag and drop tools. Customize your data model with clicks. Go further with Apex code. Integrate with anything using powerful APIs. Stay protected with enterprise-grade security. Customize UI with clicks or any leading-edge web framework....
(Programming Mistake Detector) 是一个开源的静态代码检查工具。PMD 支持多种语言,比如项目本身的 Java,Salesforce 相关的 Apex、VisualForce,还有 JavaScript、XML 等。PMD 对于各种语言都预设了一套代码规则,也支持开发自定义规则,可以使用 Java 类或者XPath。