Skip to main content

Varicent ELT Assistant

Release notes

3.101.0 - Week of August 31, 2026

It's even better now

We took the time to revamp some of the things you already love.

Audit log folder permissions and moves

We've been busy! You can now record changes to folder permissions and folder moves in the Audit log. Administrators can review who changed access, the affected role and folder, previous and updated permissions, and when the change occurred. When a folder move changes inherited access, the Audit log records the applicable role-level permission changes.

For more information, see the Roles and permissions documentation.

Truncate numeric values in the Formula tool

The Formula tool now supports the truncate(value, num_digits) function in Varicent ELTand Designer. You can use this function to truncate numeric values toward zero at a specified number of decimal places, without creating complex formula workarounds.

  • Use a positive num_digits value to retain decimal places.

  • Use 0 to remove all decimal places.

  • Use a negative num_digits value to truncate digits to the left of the decimal point.

For example: 

  • truncate(3.789, 2) returns 3.78.

  • truncate(-3.789, 2) returns -3.78.

  • truncate(3.9, 0) returns 3.

  • truncate(386.9, -1) returns 380.

To learn more about truncating numeric values, read the Formula tool documentation.

We crushed some bugs!

And we're so happy that we did...

Issue

Bug number

Fixed an issue where multiple imports initiated concurrently by a Varicent Incentives schedule could cause a Varicent ELT request to fail.

235436

Fixed an issue where Big pipes and standard pipes could return different results when a Formula tool replaced null numeric values. Big pipes now consistently recognize both null and NaN values. The Formula tool in Big Pipes also supports slash-separated date strings such as Date("2262/4/11") and Date("4/11/2262")

234708

Fixed an issue where canceled or failed calculations could leave pipes permanently locked.

234313