Question
Accenture
IN
Last activity: 27 Jan 2016 8:10 EST
Can we use pega.u.d.submit(url) instead of openurlinspace(url)
Can we use pega.u.d.submit(url) instead of openurlinspace(url).
Is there any limitation or issue in using this?
P.S
I am using Pega 7.1.7 on IE 11 browser
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accenture
IN
Any comments?
Pegasystems Inc.
IN
would OOTB onClick event Launch Harness - Replace current works?
Updated: 11 Jan 2016 6:15 EST
Accenture
IN
yup that would work ideally ,But in this, there are scenario where activity is called from the url which decides which harness to display ?
Accenture
IN
pega.u.d.submit and opespace which one seems to be a better option to use?
Pegasystems Inc.
IN
Hi Rasaiya,
How are you?
pega.u.d.submit is used for Flow Action and/or Location action in flow.
Can you let forum know your exact requirement so that UI experts can share their input accordingly?
Accenture
IN
Hi Arvind,
I am good âºâº
We are converting traditional portal to composite portal,
In one of the case there was a list view where in we list certain type of Work Object.
User can do multiple choice from this list and click on the delete button above the list view.
From the list view initially we used to call a function in the html fragment rule which calls openUrlInSpace to delete the selected item.
Now as in the composite portal , i was looking for the list of option that are available as a solution.
1. opeurlinspace(url,_self,'false') // I dont know what that false signifiesâº
2. pega.u.d.submit(url)
3. openSpace
All three are working solution, what i wanted to know is which one would be the better option to use.
~Ross
Accenture
IN
Anything would do , it does not matter? or pega.u.d.submit would be a better standard way, compared to others?