Passing Query String Parameter To External Link In Pega

 Hi,

In this blog post we will discuss, one real time scenarios that we often get in our pega project.



Sometime in our project we have requirement to pass some parameters value as query string in the external link provided by clients.


For example we need to add this external link in our email correspondence. So that when the emails get triggered end users will get this link + parameters /query string in email body.

For ex:- 

The link is 

"https://abc.xyz.com/form/SV_5bup?"


The above link is provided by client.

And now we have to add our parameters in  the above. So we can use Data transform or activity property set method. In one property we will store above link + append/add our parameters.


And then we can pass this property to our correspondence.


"https://abc.xyz.com/form/SV_5bup?ContactID="+Param.ManagerContactID+"&CM="+Param.CaseID+"&SL1="+Param.SL1












Comments

Popular posts from this blog

pxSubscript and pxListSubscript Properties In Pega

Frequently Used Date Expressions In Pega

pyForEachCount In Pega