ExiaHuang

Keep it simple

Dashboard error message - report can't be used as the source

Dashboard error message - report can’t be used as the source Error: This report cannot be used as the source for this component. If it is a summary or matrix report, add one or more groupings in th...

Salesforce Sobject Field Type

Salesforce categoreis the field in three parts - 1) Read Only Fields : (auto number field, formula, rollup) 2) Relation ship Fields : ( Lookup & Master detail) 3) General Fields : ( Number, tex...

Salesforce Report Parameters

Salesforce レポート URL Parameters URLパラメータ 意味 値 break[n](nは番号) 集計項目 項目名を指定 例)break0=OWNER colDt_c 期間条件-日付項目 項目名を指定 例)colDt_c=DUE_DATE colDt_q 期間条件-範囲 curfy:当会計年度、current:当会計四半期、cury:本年、currentq:当四半期、...

Salesforce Using REGEX in Validations

Using REGEX in Validations Example 1 : Validate Credit Card Number Description : Validates that a custom text field called Credit_Card_Number is formatted in 9999-9999-9999-9999 or 9999999999999999...

Salesforce 未対応の Apex 例外のメール通知受信者の設定

未対応の Apex 例外のメール通知受信者の設定 Apex コードで未対応の例外が発生したときにメールを受信するメールアドレスを設定します。以前は、これらのメールは失敗したクラスまたはトリガを最後に変更した開発者のみに送信されていました。Salesforce 組織のユーザと任意のメールアドレスにも通知できるようになりました。 未対応の例外メールは、失敗したクラスまたはトリガの LastM...

Salesforce one-to-one relationship

How can i create one-to-one relationship between two custom objects in salesforce.com. Example: I have two custom objects having following details: 1) Employee (Name, PanCardNo) 2)PanCard(PanCard...

個人取引先の概要, what is person account

個人取引先の概要 個人取引先は「取引先」を「取引先責任者」と同等に扱うことができる機能です。 通常、取引先に対して複数の取引先責任者がいますが、個人取引先の場合「取引先=取引先責任者」になります。 1個人をそのまま取引先として扱うことができるので、前述のとおり個人事業者や BtoC などを対象にしたCRMに適しています。 個人取引先の機能を利用するには、Salesforce社に連絡が必...

Salesforce Using REGEX Validations

Pagination using standardsetcontroller As the number of records increases, the time required for the browser to render them increases. Paging is used to reduce the amount of data exchanged with th...

Salesforce Web To Lead

WebToLead page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 <html> <head> <META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=UTF-8"> &l...

Salesforce Apex Database.AllowsCallouts

Apex Batch(Database.AllowsCallouts)+ Apex SOAP or Apex HTTP Salesforceには、Salesforceからバッチで大量データを外部システムに対して送信するAPIは提供されていません。そのため、大量データを処理するという観点からApex Batchを使用します。 具体的には、Database.Batchableインターフェースを...

Salesforce Memo

Map Custom Lead Fields for Lead Conversion リードの取引開始に対するリードのカスタム項目の対応付け 営業担当が評価済みのリードの取引を開始する場合、標準のリード項目の情報は、取引先、取引先責任者、および商談の各レコードの標準項目に表示されます。リードのカスタム項目を設定する場合は、そのカスタム情報を取引先、取引先責任者、商談のカスタム項目に対応させ...

Salesforce Field Sets,項目セット

Field Sets 項目セット Force.comで言うと、今回の「項目セット」や「カスタム設定」「カスタム表示ラベル」「静的リソース」あたりを使っている組織は メンテナンスがしやすい傾向があります。 outputFieldとinputFieldの場合 StandardControllerでoutputFieldとinputFieldを使った単純なパターンです。 1 2 3 4 5 ...

ADM 201 考过总结

说明 网友的 ADM 201考过总结 Notes 网友的无敌Notes Salesforce check points,算是最初对Salesforce建立起来的点点滴滴吧 Salesforce Check points.pdf 习题 Blogspot上的1000题题库。。。 Blogspot上的1000题题库

SFDC salesforce certifications,关于 Salesforce 认证的整体介绍

说明 Salesforce.com: 一个 SaaS (软件即服务)平台,提供行业标准的 CRM 服务。 Force.com: 一个 PaaS (平台即服务) 平台,针对开发人员,有平台独特的语言,开发人员可以在这个平台上开发各种 App。 Administrator (管理员) Administrator 主要是针对 Salesforce.com 这个平台,一个企业要实施和使用 Sa...

Salesforce Knowledge Objects

Salesforce Knowledge Objects This entity relationship diagram (ERD) illustrates relationships between the Salesforce Knowledge objects. KnowledgeArticleVersion 1 2 3 4 SELECT Title FROM Knowle...

SFDC QA

SFDC Metadata Api Profile And RecordType Relation ? SFDC Metadata Api To Get Profile ProfileRecordTypeVisibility 1 2 3 4 5 6 7 8 var fullNames = [ 'Guest', 'Admin' ]; conn.metadata.read('Profile'...

SFDC Apex Stop All Job

Exception message 1 2 3 for (AsyncApexJob job :[SELECT Id FROM AsyncApexJob where Status in ('Holding', 'Processing')] ) { System.abortJob(job.Id); }

SFDC Apex Call Rest

SFDC Apex Call Rest Use apex code to call Rest Api 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 RestRequest req = new RestRequest(); req.addHeader('Content-Type', 'application/json; ...

Using Tooling Api To Get SFDC Apex Log

Request Url Get your log metadata: /sobjects/ApexLog/07LXXXXXXXXXXXXXXX Get your apex log : /sobjects/ApexLog/07LXXXXXXXXXXXXXXX/Body

Javascript promise loop

ES6 Native Promise Loop ES6 Native Promise Loop 1 2 3 4 5 6 7 8 9 Promise.resolve(0).then(function loop(i) { return new Promise(function(resolve, reject) { setTimeout(function() { ...

SalesforceXyTools Online Introduce

SalesforceXyTools Online Introduce salesforcexytools for chrome 详细使用说明 salesforcexytools for sublime 详细使用说明 QA What is SalesforceXyTools For Chrome SalesforceXyTools Chrome插件 - 一键登录Force...

SFDC Limits

Custom Field Limits An object can contain unlimited rich text area and long text area fields, although your edition’s limit for total custom fields allowed on an object, regardless of field type, ...

SFDC VF ActionFunction

SFDC VF ActionFunction Comparing JavaScript Remoting and actionFunction JavaScript Remoting Example The tag: lets you specify rerender targets submits the form doesn’t...

SFDC Org Permission

権限管理入門 プロファイル 権限セット 共有設定 組織の共有設定 ロール階層 共有ルール 個別データの手動共有 Saleforceの権限管理の基本概念 Salesforceは、利用ユーザ毎の機能制限や、お客様の業務に合わせ顧客・案件データのアクセス権を様々な形で制御することが可能です。 プロ...

SFDC CLiq Dataloader

Introduction CLiq Dataloader Home page The Salesforce Data Loader Command Line Interface (CLI) is a powerful tool for automating business processes, and integrating Salesforce with other systems....

SFDC Apex GlobalDescribe

SFDC Apex GlobalDescribe Example 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 public static void DescribeSObjectExample(){ Map<String,...

A Simple Sublime Addon Example

A Simple Sublime Addon Example `addCurrentTime.py` is A Simple Sublime Addon Example. You can add your comment quickly. please put the file in `\Data\Packages\User\addCurrentTime.py` 1 2 3 4 5 6 ...

sfdc two way to get apex testcode list

use ApexTestQueueServlet to get testcode list Call the _ui/common/apex/test/ApexTestQueueServlet?action=GET_TESTS, It will return json string. use apexclass 1

SFDC Test Factory

SFDC Test Factory. Auto Create Test Data. Salesforce-Test-Factory SObject factory that can be used in unit tests to create test data. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ...

jQuery - selectors on a html string

jQuery - selectors on a html string use `jQuery.parseHTML` to parse the HTML into an array of elements; then you’ll be able to convert it to a jQuery collection and use `filter` to restrict the co...