cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with decision making

Former Member
0 Kudos

Hi All,

I have a customized subview which provides me the required tasks and for the same I have added two more columns for Approval and Rejection which are basically checkboxes.

I have a Submit button as well. Based on the selection of the check boxes I have to perform some action on click of the submit button.

Currently I am getting an error "This action is not valid for this item".And thus I am not able to achieve the requirement of decision making.

I request you all to share your experience so that I can proceed.

Regards

DK

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi.

If I understand it correctly, the user will either perform the Accept action, or the Reject action.

So why dont you use a radio button group, instead of checkboxes. the given error will not occur.

With checkboxes, you will have 4 altenatives, not two.

Another alternative is using two buttons, which is also used in the workflow scenario. But this option depends on how you have planned your event handling.

regards,

Kshitij.