Changelog 3B Forms v8.x
GUF Version 8.101
- DEV-1133 - Fixed an issue where flows could fail to call the "Get Forms Key" invocable action due to a variable being marked as non-public.
- Added "Link Validity" parameter in preparation for a release that will actually support this.
- Opened up the following APEX methods to external calees:
- FormsLinkManager.generateFormKey(String formId, String recordId, String versionId, Integer validityInMinutes) => returns a forms key
- FormsLinkManager.getFormSetupFromKey(String key) => returns a FormsLinkManager.Key class with the following footprint
global class Key {
global String formId;
global String recordId;
global String versionId;
global Long issued;
global Long expiresAt;
global Key(String formId, String recordId, String versionId, Long issued, Long expiresAt){
this.formId = formId;
this.recordId = recordId;
this.versionId = versionId;
this.issued = issued;
this.expiresAt = expiresAt;
}
}
Link
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKC000000PeXh
GUF Version 8.100.3
- Fixed styling bug introduced in the previous version
Link
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKC000000cDrL
GUF Version 8.100.2
- Fixed an issue where forms or large previews in digital experiences would not render
Link
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKC000000cDrG
GUF Version 8.100.1
- Fixed an issue where a form with DateTime/Time could crash
Link
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKC000000cDrB
GUF Version 8.100
Important: This version requires that you have onboarded the customer in auth.3b4sf.com
Link
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKC000000PeXc
GUF Version 8.4
Fixed an issue where if the session is expired, the form or form preview pages could show "Authorisation Needed".
Link
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKC000000PeXN
GUF Version 8.3
- Minor improvements in communication mechanism
Link
Removed
GUF Version 8.2
This version lifts the file size restriction by utilizing a custom heroku instance to process larger files.
Post install instructions: go to Custom Settings -> Forms General Settings -> Edit & Save. You need to set the field Files Endpoint to the default value
- Note that any files larger than 4mb will be uploaded through the new Files Endpoint service, running securely on Heroku.
Link
Removed
GUF Version 8.1
Important release containing security fixes and a patch for a new security policy introduced by Salesforce to prevent users from accessing resources through VPN/Proxy.
Important:
Installing this update will introduce a 4mb limit on the size of a form build and the total form submission size (including all attachments) must be less than 4mb.
Link
Removed
Version 8.0
Changes
We no longer use Heroku to pre-process AI requests. Instead, we make direct requests to OpenAI API. This means Documents AI will be more reliable with less downtime.
Fixes
DEV-965 - File validation issue in dynamic pannels was resolved
Link
https://login.salesforce.com/packaging/installPackage.apexp?p0=04tKC000000PdVa