cancel
Showing results for 
Search instead for 
Did you mean: 

How to check optional prompts while scheduling a report.

Former Member
0 Kudos

Hello All,

I am able to modify, set prompts and schedule reports using BOBJ SDK. 

Now I am trying to avoid optional prompts while setting prompt values? How can it be done?

Regards,

Rakhy.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Rakhy,

I am not sure if I got your requirement correctly. Let me know if my understanding differs.

You can check for parameters if they are optional.

For crystal Report refer to the IReportParameter interface. You have a method

isOptionalPrompt(), with which you can check whether the prompt is optional or not.

For webi reports you can check by using IWebiDocPromt method isOptional().

Thanks,

Prithvi