Refreshing data on the Server

Dear Users,

I have a form in an application, which has appox 100 fields. Whenever the user submits that form, it saves data and refreshes it on the server. But, on the server it is taking long time to refersh the data. Is there any method to refresh data faster on the server.

Subject: Refreshing data on the Server

Check out your code, and try to optimize it! :slight_smile:

If it’s already optimize, you can prove this strange solution:

Use two different forms:

  • 1st: used to create documents. Without any formulas.

  • 2nd: your form.

Create an agent to be ran when new documents are created (or scheduled).

This agent, change the form of your new documents, and perform a ComputeWithForm to refresh the data.

salutacions,

biel