cancel
Showing results for 
Search instead for 
Did you mean: 

URL in task description

Archie-Hammer
Explorer
0 Kudos

Hey experts,

I have built a workflow that sends a URL to the the approver of the Purchase requisition. The URL is to a custom WD Java application. So everything works fine until I put and & in the url. I need two parameter for iPhone users because the pie client is required so they can see the application. So the links in the task description are below

regular:

http://mydomain.com/webdynpro/dispatcher/nwn.com/mss~zpr_apprv/ZPr_approval?wi_id=<variable for workitemid>

iPhone

http://mydomain.com/webdynpro/dispatcher/nwn.com/mss~zpr_apprv/ZPr_approval?sap-wd-client=PieClient&... for workitemid>

this looks fine. But when I use extended notifications to send the email out to the users the iPhone link looks like this

http://mydomain.com/webdynpro/dispatcher/nwn.com/mss~zpr_apprv/ZPr_approval?sap-wd-client=PieClient&; wi_id=<variable for workitemid>

A Space gets inserted so the application does not get the workitem id and my application fails.

Does anyone know how to get a url to be shown up with an & with out the &<space> ?????

Please all the higher executives have iPhones so it affects those in power.

Archie

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You need to make a container of the variable type and then use that container itself after '=' sign of url link.

Thanks,

Guddan