Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
INSERT INTO Configuration Values (1, 'SYSTEM', 'DISABLEFILTERPROMPTLIMIT', 'TRUE');

Anchor
historylimit
historylimit

Change historic schedule record limit

Scheduled tasks that track historic executions maintain the records for the last 30 days. To change this time limit, use the following configuration.

Code Block
INSERT INTO Configuration VALUES (1, "SYSTEM", "HISTORICSCHEDULERECORDSLIMITDAYS", "60");

Where, 1 is the organization ID, and 60 is the number of days.