標準のレポート機能では、どのオブジェクトに承認プロセスが設定(有効化・無効化)されているかを確認できません。この記事では、開発者コンソールを使用して ProcessDefinition オブジェクトに SOQL クエリを実行し、承認プロセスが設定されたオブジェクトの一覧を取得する手順について説明します。
レポート機能では承認プロセスの設定状況を確認できないため、開発者コンソールを使用して確認します。
以下の手順で、ProcessDefinition オブジェクトに対して SOQL クエリを実行し、一覧を確認します。
Salesforce 画面右上の歯車マークをクリックし、[開発者コンソール] を選択する。
[File] | [Open Resource] をクリックする。
検索欄に「ProcessDefinition.obj」と入力し、[Open] をクリックする。
[Query Editor] をクリックし、以下のクエリを入力する。
SELECT Id, Name, DeveloperName, Type, Description, TableEnumOrId, LockType, State, CreatedDate, CreatedById, LastModifiedDate, LastModifiedById, SystemModstamp FROM ProcessDefinition
[Execute] をクリックする。
各項目の詳細については、Salesforce 開発者ガイドの [ProcessDefinition] を参照してください。
005239107

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.