Skip to Content
0
Former Member
Mar 17, 2009 at 12:01 PM

Depprecated Method ?

34 Views

Hi All,

I am scheduling a report to Inbox or any other destination and I getDestination() depprecated.

managedOptions.getDestinations().add(new Integer(userId));

scheduleInfo. getDestination() .setFromPlugin(managed);

So I went through BO XI R3 tutorial and guide it showed

IDestination destination = scheduleInfo. getDestinations() .add("CrystalEnterprise.Managed");

destination.setFromPlugin(destinationPlugin);

I would like to know is it safe to go with above way or is there any work arround.

I am using BOE 3.1

Thanks,

praveen.