Release Date
December 10, 2021
Release Notes
Work Item # | Work Item Type | Title | Description |
---|---|---|---|
33201 | Bug | Templates containing a pseudofield that references a result set which in turn references another pseudofield produce errors during initialization | Templates which used a chain of logic: pseudofield, resultset, pseudofield received error: "code":"pseudofield.invalid.value","message":"Pseudofield value count(${/R}) is not valid: Compilation Error","type":"error". This error occurred when a template would contain at least on pseudofield that references a result set in its formula, and that resultset would in turn contain a reference to another pseudofield in its filter condition. |
38079 | Bug | Filesystem connector doesn't encode special characters in user name in WebDev Server | Users utilizing special characters in a WebDev server received the error: "Illegal character in authority at index ..." or "could not connect to file system." This error was a bug in the Apache commons VFS, and a fix has been implemented by creating a pull request to Apache. We expect this fix to address issues with other file system connectors as well. |
38088 | Bug | Template history is not available for templates with no version in the Project's default language | A bug fix has been implemented to display the history for all Templates, even if the Template does not have a variant in the Project's default language. |
38159 | Bug | Unable to use the Reset button on Tags page in Project Console | Users making changes in Project Console could not use the Reset button to roll back modifications made without saving. This bug only occurred on the Tags page when changing an entity's tag value. A fix has been implemented to restore the Reset button functionality. |
38190 | Bug | Microsoft Dynamics 365 for Customer Engagement (Microsoft Dynamics 365 CE) user sync based on email is case sensitive | An error occurred when syncing Microsoft Dynamics 365 CE users based on their email address if the email address letter capitalization did not match in Xpertdoc Smart Flows and Microsoft Dynamics 365 CE. The error displayed due to case sensitivity was NPE(Non-Person Entity). A fix has been implemented to eliminate case sensitivity. |
38279 | Bug | Name Filter in Project Console Flow Editor does not filter the list view | Users attempting to filter flow executions (runs) via the name column could select a name. However, the list table would not filter based on the selected parameters. A fix has been implemented to allow users to filter by name. |
38290 | Bug | Unable to overwrite a previously imported attachment in Xpertdoc Smart Flows | Users exporting an existing composition/attachment and re-importing it into the same environment cannot overwrite the existing file. Users experience an Internal Server Error. A fix has been implemented to allow users to overwrite previously imported content. |
38303 | Bug | Users unable to change from default printer when using the Print flow block | Flows that utilize the Print flow block allow a designer to set the Print flow block to user-editable. However, users of the flow can still only use the default printer. A fix has been implemented to allow users to select a non-default printer during the execution of the flow. |
38504 | Bug | Unable to see Xpertdoc Smart Flows created notes on Account records in Sugar 11.2 | Sugar users with a Create Note block in their flows could create notes against all Sugar modules that support notes. However, notes created against an Account record, would not be listed on the Notes view of the related Account record. This resulted from a change introduced in Sugar Cloud v. 11.2. |