Skip to main content
Hi Team,

 I have a custom field on task object.

 Whenever, there is a change in Case custom field, i would like to update the custom field in task.

 Please let me know, to achieve it through trigger ..
7 answers
  1. Mar 4, 2016, 5:32 PM
    And to get customfield, use below

    Trigger.newmap.get(child.WhatId).customfield to get value of custom field on case
0/9000