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 answers
  1. Apr 4, 2018, 11:21 AM
    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