cancel
Showing results for 
Search instead for 
Did you mean: 

Object Finder Save Choice in Property

joaotpd
Champ on-the-rise
Champ on-the-rise
Hi all,

I'm using object-finder component to select users in edit task page.

Some users have more than one group so I've added a menu button to also select user group. Now I want to save this choice in a property of the current task to latter use.

How can I achieve this? … In object-finder component (client side) is possible to save this choice in a property? … Is there a better way to save this choice? …

Thanks in advance,

João
3 REPLIES 3

joaotpd
Champ on-the-rise
Champ on-the-rise
Found the solution through a webscript. Smiley Happy Now I just need to get the taskId… Any ideias to get the taskId in the object finder component?!

Thanks!

João

tiptop
Champ in-the-making
Champ in-the-making
any solutions plz ??

aaditvmajmudar
Confirmed Champ
Confirmed Champ
You can get task id from url of page.

URL will be like, /share/page/task-edit?taskId=jbpm$123&referrer=tasks.

So you can fetch the taskId parameter from url in you custom object finder javascript file.

Thanks,