Skip to main content
Solved

Parent Rich Remarks in Task Event Desc

  • July 31, 2024
  • 2 replies
  • 69 views

jyork
Sidekick (Customer)
Forum|alt.badge.img+9
  • Sidekick (Customer)
  • 80 replies

Has anyone been able to pull the Rich Remarks event description from the parent ticket into a Task.

I’ve tried the following in the Task:
 


But that only gives me the following:

 

 

Best answer by Mandrews2308

$new.parentEvent.richRemarks.content should do it.

2 replies

Forum|alt.badge.img+5
  • Do Gooder (Employee)
  • 17 replies
  • Answer
  • August 8, 2024

$new.parentEvent.richRemarks.content should do it.


jyork
Sidekick (Customer)
Forum|alt.badge.img+9
  • Author
  • Sidekick (Customer)
  • 80 replies
  • August 8, 2024

$new.parentEvent.richRemarks.content should do it.

Yes, that did it, thanks again Mike