Auto Schedule (amended Data)

HI BO Expert,

I want to Auto schedule BO report one any updating is happened in the system.
Example :
I have inventory report. it should be Deliver respective mail id if we done any transaction (Inbound Or Outbound).reduce or add inventory.

have any option in BO Repot??

Please guide .
Thanx a lot in advance for your kind support.

BR
Sultan


indiansultankhan :india: (BOB member since 2012-08-01)

The schedule cannot look for “changed data”. Instead, you would have to use events to schedule and have the code that updates the data set an event for BO.

-Dell


hilfy :us: (BOB member since 2007-04-16)

Hi Mr. Hilfy

Actual my client want to update Stock reports as per Actual live data on there ftp server.
or
once any transaction complete in our system (Inbound Or Outbound) then stock should be schedule BO Reports.

so what is possibility I can use.

BR
Sultan


indiansultankhan :india: (BOB member since 2012-08-01)

Once again, the scheduler CAN NOT look for changed data in the database or a file. You would have to use an event to schedule. File based events look for the presence of a file in a specific network (not FTP!) folder. The file has to be missing from the folder for at least one cycle of the Event Server in order for the event to be triggered. So, having some functionality build outside of BO that would delete and create this file based on data changes is the only way to accomplish your goal.

-Dell


hilfy :us: (BOB member since 2007-04-16)