レコードが新規作成された場合、または特定の項目が変更された場合に True と判定する数式の記述方法について説明します。ISNEW 関数と ISCHANGED 関数を使用します。
レコードの新規作成時」または「特定の項目(例: Status__c)が変更された時」に TRUE を返すには、ISNEW 関数と ISCHANGED 関数を OR 条件で組み合わせます。
以下のような数式記述となります。
構文例 1 (OR 関数を使用):
OR(
ISNEW(),
ISCHANGED(Status__c)
)
構文例 2 (|| 演算子を使用):
ISNEW() || ISCHANGED(Status__c)
注意: この数式はすべての場所で使用できるわけではありません。ISCHANGED 関数が使用可能な場所(入力規則、ワークフロールール、プロセスビルダーの数式など)については、Salesforce ヘルプの「ISCHANGED」ドキュメントをご確認ください。
005232816

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.