Skip to main content
John Teixeira (LSQ Funding) 님이 #Customer Service에 질문했습니다
I have a WFR that updates a text field Sales User Type with a formula: TEXT(Owner:User.Sales_User_Type__c )

 

In process builder I've tried multiple ways to get the process to fire:

 

If Sales User Type -> Contains -> String -> Fire then update another field

 

If Sales User Type -> Is Changed -> then update another field

 

With Formula: ISPICKVAL([Lead].Owner:User.Sales_User_Type__c, "FIRE") -> update another field

 

When I change the Sales User Type manually on the lead record it works fine. But when it should be triggered by the Workflow it does not fire. Anything i'm doing wrong?
답변 2개
0/9000