How do I filter TaskDefinition Signature Input Argument using filterString?

Which IIQ version are you inquiring about?

8.4p3

Please share any images or screenshots, if relevant.

Please share any other relevant files that may be required (for example, logs).

N.A.

Share all details about your problem, including any error messages you may have received.

I would like to show users a list of objects for multi selection but would also like to filter what is shown. Currently it shows all objects for the user to select. I noticed that filterString seems to be available, but I can’t get it to work.

@Deon Unfortunately, filterString is not supported for TaskDefinition arguments in a Task Signature. It works only for some object types like Identity or Application. For TaskDefinition, IIQ loads all objects and ignores filterString.

Use an AllowedValuesDefinition with a Rule and filter the required TaskDefinition objects using QueryOptions and Filter thanks.

Hi @Deon

filterString is supported for task definition object also. You can try anyone below.

Thanks,

Sivaprakash.

I want to filter by type==LiveReport

I’m not able to due to XML schema rules.

@Deon then just replace name with type and put type=“sailpoint.object.TaskDefinition” ex below

image

sorry, it doesn’t work for type.

I did try subType and it works, but i need it filtered by type not subType

@Deon for me its working. please check if you are adding exactly what i have provided.

thank you its working. i just had a lot of LiveReports it looked like the list wasn’t changing.

1 Like