cancel
Showing results for 
Search instead for 
Did you mean: 

BPM custom UI - multiple URL parameters

former_member190457
Contributor
0 Kudos

Hi all,

I'd like to use BPM custom UIs deployed on an external application server.

The URLs for these applications will have some URL parameters.

When the custom UI URL is invoked in the BPM inbox, the TaskId is appended to the URL as parameter.

My question is: can we use custom UI URLs with URL parameters or will this mess up the taskId?

Thanks, regards

Vincenzo

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

why not just have a simple try by yourself?

former_member190457
Contributor
0 Kudos

Possibly to save time, because someone might have already attempted that.

In the end I tried it out by myself and it worked, both parameters were passed to the web application.

junwu
Active Contributor
0 Kudos

it is very simple, it won't take you time, at least less than opening a thread. that's why i say so.

junwu
Active Contributor
0 Kudos

Hi Vincenzo,

when you did the try how many parameters you appended after the url?

/appurl/index.html?url=somevalue&compns=somevalue1

for my case, I put two there, the second one is messed up with taskid.

in my application will get somevalue1?taskId as value for the compns.

I'm using jQuery.sap.getUriParameters().get("compns") to get the value.

my bpm server 7.31 sp8

Best regards,

Jun

junwu
Active Contributor
0 Kudos

i saw a note 1989645 - Providing a query parameter to relative URL for a custom UI component fails


maybe you are lucky with newer version of bpm......

Answers (1)

Answers (1)

former_member191643
Active Contributor
0 Kudos

I don't think it will be any problem as long as the TaskID is appended. Never tried though.