Version Number: 1.0.80.0
Release Date: 11.12.2020
skybow Modern Forms - Getting started
New features
- Support Image column type (currently available in SharePoint online)
Bug fixes & improvements
- Fixed choice options for lookup column when field is hidden in content type
- Fixed sublist filtering for the case when using the same list with different lookups
- Fixed displaying error messages when a required field is hidden on row or tab level
- Added Required and Validation calculations for the Attachments field
For example, this expression allows you to configure Validation expression to have only one attachment:
var a = [[Attachments]];
return a.Attachments.length + a.NewFiles.length == 1; - Implemented possibility to add SharePoint read-only fields to the forms:
- for the Display and Edit forms - ID, Created, Created By, Modified, Modified By, Content Type
- for New form - Content Type
Note: If you've installed skybow Modern Forms add-in from the MS store, then all these fixes are applied automatically. Therefore you don't need to update the add-in manually.