iFormBuilder Release Notes
Release Date: 6.12.2019
ENHANCEMENTS
- Form Packager: Form packager will now export/import mode (if it's disabled), format, version and the trigger post email.
BUGS
- Fixed an issue where company timezone was not reflected in Version 10 of POST metadata concerning time. This affects created_date, modified_date, server_modified_date and ALL date-time elements. For example, created date in EST timezone would show:
"created_date": "2019-02-25T17:24:11+00:00",
However, when you change it to PST it would show:
"created_date": "2019-02-25T14:24:11+00:00"
Note the change in in the hours between 17 and 14 marked in bold.
Now after the fix, the created date will show like this for EST timezone:
"created_date": "2019-02-25T17:24:11-05:00"
And PST timezone:
"created_date": "2019-02-25T14:24:11-08:00"
Note the changes for the timezone marked in bold.
- Fixed issue where JPG images were not showing on PDF outputs.
- Company Admins can now assign records to Server Admins.
API
- In API 6.0, you can now add the fields parameter trigger_post_email and feed_format_version to retrieve those additional fields. PLEASE NOTE: They will not return by default in a standard GET request, they must be specified.
Comments
0 comments
Please sign in to leave a comment.