2019-03-01から1ヶ月間の記事一覧

The 'Cleaner' profile does not have read only permission for all other standard objects besides account, contact and lead.but only have edit rights on Accounts, Contacts, and Leads.Read Onlyプロファイルを複製して、Accounts, Contacts, and L…

20190322Rookie会「Visualforce編」

HelloAccountEntry.vfp <apex:page Controller="HelloAccountEntryController"> <apex:form > <apex:pageBlock title="HelloAccountEntry" mode="edit"> <apex:pageBlockButtons > <apex:commandButton action="{!save}" value="登録"/> </apex:pageBlockButtons> </apex:pageblock></apex:form></apex:page>

データ管理

trailhead.salesforce.com The 'Lead' records from the CSV were not found. Please check the instructions. 手順通りにインポートしてテータも確認したが、エラー。 検索してみたら、個人設定のLocaleをEnglish(United States) に設定しろって [My person…

IP 範囲

1.ネットワークアクセス > 2.プロファイルのIP 範囲

LWC trailhead 中エラー

trailhead.salesforce.comVScodeでこんなエラーが。 A required metadata folder named "lwc" does not exist in this workspace. 下のサイトを参考に。。 salesforce.stackexchange.comsfdx plugins:install salesforcedx@pre-release これで新しくpre-rele…

リードの割り当てルール

リードの割り当て ※[有効な割り当てルールによりリードを割り当てる]を選択すること!! リード割り当てルールを使用して自動的にリードが割り当てられるようにするには、[有効な割り当てルールによりリードを割り当てる] を選択します。 複数の値設定 ※複数…

取引先

取引先責任者-to-複数取引先 設定が必要。 ・取引先設定で許可 ・ページレイアウトで関連リストを配置(取引先、取引先責任者) help.salesforce.com 階層 取引先責任者の「Reports to」のように 「Parent Account」に入力 取引先チーム -取引先の従業員チー…

Troubleshoot a formula and fix a couple of errors. The following formula, meant to return the last day of the current month, has a couple of errors in it: IF( MONTH( NOW() ) = 12, DATE( YEAR( NOW() ), 12, 31 ), DATE( YEAR( NOW() ), MONTH( …

Create a formula that shows where an Opportunity is in the pipeline. Create a formula field that classifies an Opportunity as either “Early”, “Middle”, or “Late”. This formula field should use TODAY() to calculate what percentage of the ti…

高度な数式

❶書き出す システム管理者以外の誰かが商談の [フェーズ] を「不成立」に変更し、かつ [Loss Reason (不成立の理由)] が空白の場合は、エラーを表示する。 ❷キーワード抽出 「and (かつ/および)」「or (または)」「if (もし/場合)」 tip⑴ 整然 インデントや…