Loading...

RE: Sharing Results Between Custom Actions

RE: Sharing Results Between Custom Actions

#5608
Anonymous
Anonymous
Participant

Thanks …

I have updated my custom actions with the correct names as you have described but I am not seeing the expected URL in the second action…

First Custom Action – Copy Doc Link (CopyLinkCustomActionName)

actionResult.OutParameters["URLDocLink"] = System.Web.HttpContext.Current.Request.Url.ToString();

Second Custom Action – Paste Doc Link

object val1 = context.GetActionResult("CopyLinkCustomActionName.OutParameter.URLDocLink");

Both actions are on the same qListForm…should it be possible to use this across different Forms?

Regards