cancel
Showing results for 
Search instead for 
Did you mean: 

Agentry Main Fetch substitute?

0 Kudos

Hello experts,

in our Agentry application, we use a Main Fetch to transfer data to the client. Unfortunately, this slows down our synchronization remarkably, so it becomes a problem that this fetch is executed in every transmit.

Is there a common concept for achieving a functionality quite similar to a main fetch but which transfers data to the client e.g. only once per day?

Kind regards

Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

bill_froelich
Product and Topic Expert
Product and Topic Expert

There are a number of ways you could achieve this. It will all depend on what you want the user experience to be.

The simplest is to not have any main fetches and create a secondary transmit step that will call your current main fetch. This way the user is in control of when the main fetch runs rather than trying to control it based on a clock.

--Bill