Loading...

RE: Custom qlist Action Button

RE: Custom qlist Action Button

#5553
Anonymous
Anonymous
Participant

Hello ,

I am basicaly using a qlist view web part and I am able to get the ID's of selected items.

I have added a custom action that now prints the message of selected id's.Now in that same Custom Action I want to add a new action item for e.g Go to URL and in that add parameter and select ReturnFromAction in the source.So in that what should be the value of Source and Name.

I am storing the selected ID's like this

 

actionResult.OutParameters[

"SelectedIDs"

] = itemIDs;

The Name of my custom action is ID,so I tried with 'ID' as Source and 'SelectedIDs' as Name which returned me an error of object refrence not set to an instance of object.

Please guide further with this.

Regards,