• Kristen Hudgens 9
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
I have the need to update a field on a case, based on some values when a task is created on the case.

If the Subject of the task is 'Package Sent to Owner', I need to update the field OwnerPackageSentDate__c (on the case) to Todays date.

Any help is appreciated.
I have a workflow rule that creates a task.  I need to set some custom field values on that task after it is created.  Do I need a trigger to do this?  If so, how would I write my trigger?

If the subject of the task created via workflow = 'Certified Receipt Req', I need to set the field Required__c to True, and the field From_Whom__c to 'USPS'.

Is this possible (i have to believe it is), and how?

Thank you!
I have a workflow rule that creates a task.  I need to set some custom field values on that task after it is created.  Do I need a trigger to do this?  If so, how would I write my trigger?

If the subject of the task created via workflow = 'Certified Receipt Req', I need to set the field Required__c to True, and the field From_Whom__c to 'USPS'.

Is this possible (i have to believe it is), and how?

Thank you!