Skip to main content
i have a requirement for,

whenever comment are added in case then update case_comment__c field on case object in such way that it's add to orignal value..
4 Antworten
  1. 4. Apr. 2018, 11:21
    hi, in above workflow->field update

    Try formula field in field update similar like this with exact field you want, 

    Priorvalue( case_comment__c ) +CommentBody 
0/9000