function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rklaassenrklaassen 

Assign task to multiple users in Visual Force

Winter '12 gives the option to assign a task to multiple users. However, if you create a Visual Force page to overwrite the task edit screen, then the multiple user selection option isn't given in the popup, so you cannot use it there.

Does somebody know if this will become available from within Visual Force? Or maybe I'm overlooking something?

sivaextsivaext

Hi 

 

what VF tag using in VF Page. try using with<apex:inputfield> 

rklaassenrklaassen

I use the inputfield tag and the functionality is working fine, except for the multiple user selection.

I found out that it is just a parameter added to the popup, but unfortunately, I cannot alter the onclick function of the lookup icon on Assigned to.

 

Any other ideas?