[Account].RecordType.DeveloperNameのようにオブジェクト名が必要そう。
(
ISNEW()
||
ISCHANGED( [Account].SBI_code_text__c )
)
&&
NOT( ISBLANK( [Account].SBI_code_text__c ))
&&
[Account].RecordType.DeveloperName = "Account"
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
[Account].RecordType.DeveloperNameのようにオブジェクト名が必要そう。
(
ISNEW()
||
ISCHANGED( [Account].SBI_code_text__c )
)
&&
NOT( ISBLANK( [Account].SBI_code_text__c ))
&&
[Account].RecordType.DeveloperName = "Account"
Register as a new user and use Qiita more conveniently
Go to list of users who liked