Good afternoon all,
I have a requirement that I cannot seem to resolve, namely inserting a replacement value into the subject line of a phone call using an action "New CRM page"
I can get all the other values to populate and the debugger actually shows the value but the phone call form always returns a blank subject line
Here is my action data
LogicalName=phonecall
regardingobjectid=[[$Context.Id]]
regardingobjectidname=[[$Context.fullname]]
regardingobjecttypecode=[[$Context.InitialEntity]]
partyid=[[$Context.Id]]
partyname=[[[$Context.fullname]+]
partytype=[[lead.etc]]
phonecall.subject=[[campaign.name]]
the debugger populates all those values with a success and my phone call in usd has a blank subject line.
Thanks
Una