Before_Request_Apporve
true
不能编辑取消理由
(RA_Status__c <> '草案中' &&
RA_Status__c <> '已批准'
&& RA_Status__c <> '已分配' &&
RA_Status__c <> '取消')
&&
(($User.ProfileId <>'00eC800000005Cb')&&
($User.ProfileId <>'00eC600000004y5')&&
(NOT(CONTAINS($Label.ProfileId_EquCenCheckAndDepot, $User.ProfileId)))
)
&&
ISCHANGED(Loaner_cancel_request__c)
不能编辑取消理由