[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
More than 1 year has 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