Search This Blog

Monday, November 2, 2009

Generating Email URL

&TempURL = &TempURL | GetURLString(”<COMPONENT NAME>”, “<MARKET>”, “<PAGE NAME>”);

&TempURL = &TempURL | “/?EMPLID=” | &emplid;

&TempURL = &TempURL | “&EMPL_RCD=” | &empl_rcd;

&TempURL = &TempURL | “&ACTION_DT_SS=” | &act_dt;

Try the above snyntax for generating the URL. Replace all the <> with relevant values.

The EMPLID, EMPL_RCD and ACTION_DT_SS are the search keys to the component given in the above statment.

Provide your search keys with a /? for the first key and & for the others.

No comments:

Post a Comment