Build a Suggestion Box App >Add Business Logic
数式のエラー
IF(ISBLANK(Implemented_Date__c),
TODAY() - DATEVALUE(CreatedDate),
Implemented_Date__c - DATEVALUE(CreatedDate))
Incorrect parameter type for operator '-'. Expected Number, DateTime, received Date
You most likely created the Implemented_Date__c to be a Date Time field when it should be a Date field instead.
おそらく、Implemented_Date__cをDate Timeフィールドとして作成しましたが、代わりにDateフィールドにする必要があります。
you most likely created the Implemented_Date__c to be a Date Time field when it should be a Date field instead.
https://trailhead.salesforce.com/trailblazer-community/feed/0D54S00000A81TwSAJ