skybow Rich Forms
Version Number: 3.1.27.21
Release Date: 7/31/2019
The skybow Rich Forms Tenant Full Trust app is looking for licenses on Root Site Collection level in the /sbAddinsData/RichFormsLicenses library.
This enables you to upload the license only once.
1. The Document Library "sbAddinsData" with the folder "RichFormsLicenses" needs to be created manually.
2. Upload the license file directly manually to this Folder.
Fixed:
- Changed return value format of the number and currency field types: all digits after decimal delimiter are returned instead of reducing to two decimals.
In order to have a fixed number of decimals, use the following expression:
parseFloat([[Number]].toFixed(n))
Note: remember about validation for null values