Skip to main content
Trainee second visionit 님이 #Apex에 질문했습니다
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개
  1. 2018년 4월 4일 오전 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