Releases: Difference between revisions

218 bytes added ,  27 March 2017
m
no edit summary
mNo edit summary
Line 7: Line 7:
* '''Initiate scripts from button'''. Ability to request parameters from user to be passed to the script. How to create scripts: library > menu > Script > + > Action.
* '''Initiate scripts from button'''. Ability to request parameters from user to be passed to the script. How to create scripts: library > menu > Script > + > Action.
* Ability to '''use scripts as a data source for Autofill fields'''. How: edit library> tab Autofill > + > Script.
* Ability to '''use scripts as a data source for Autofill fields'''. How: edit library> tab Autofill > + > Script.
* Scripts: The following '''properties are added to the object Entry''' - creationTime, lastModifiedTime, author.
* Scripts: The following '''properties added to the object Entry''' - creationTime, lastModifiedTime, author.
* Scripts: The following '''methods for connecting entries''' to object Entry - link(name, entry) / unlink(name, entry)
* Scripts: The following '''methods for connecting entries''' to object Entry - link(name, entry) / unlink(name, entry)
* Scripts: '''Function exit()''' is added, which stops script execution.
* Scripts: '''Function exit()''' added, which stops script execution.
* CORRECTION: Select image from Google Drive.
* Scripts: '''Method recalc()''' added to object Entry. Initiates recalculation of entry fields.
* CORRECTION: Possible sync errors with Google Sheets library when the number of fields is large.
* Scripts: '''Method set() of object Entry''': Second argument — for Link to Entry, Link to File, Checkboxes, and Multiple-choice List fields — can now be an array and can therefore represent multiple values to be set for the field.
* Added capability to turn off certain addresses during import of field Coordinate.
* Added capability to turn off certain addresses during '''import of field Coordinate'''.
* Various big fixes.


=== Release 4.2.0, 2016-12-28 ===
=== Release 4.2.0, 2016-12-28 ===