Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FAB Setup Report - Updated with new process editor path in the generated URLs

IQX Substitute Program - The program /IQX/FAB_UPDATE_SUBSTITUTES is now supported to run by selected instances.

The Form's instance status is now support up to 60 character-long.

Add form instance revision column to table /IQX/LVL_APPROVR to keep track of changes of approver by form instance's revision.

New revision is created when editing the form's instance data via JSON Editor.

Allow Data Structure TYPES with more than 9999 characters.

Allow automatic update of GS_DATA declaration when visibility is changed via Properties of FAB form.

Update ABAP type generation to have a proper line carriage character between TYPES statements.

Supports Regex definition up to 255 character-long.

Escape special character (&) in Regex editor in FAB Workbench

HTML Editor now supports for Chromium base browser. For more information on browser compatibility of IQX web-based editors, please see https://iqxbusiness.atlassian.net/wiki/spaces/FAB33/pages/2334360405/Editor+Configuration#Browser-Compatibility

Supports inline 'Content-Disposition' if the attachment is PDF to be easily loaded into PDF Viewer control.

Added 'Ascending'/'Descending' option on sorting functionality of SAP Search help or SAP Table Search help definition for an input field

Workflow Notifications - Requirement is now configurable for the notification level so if task is set to be done in background or skipped, as long as the notification is set on the outcome (example, successful system task) and that outcome happens then the email notification will be sent.

In addition, we can also configure notifications to be set on task level. For this, the current behavior will still remain: if task is skipped due to the task requirement, the notifications on will be skipped as well.

New optional parameter I_COMMENTS is added for the following methods /IQX/CL_FORMS_BASE_CLASS, method CHECK_AND_SEND_NOTIFICATION, /IQX/CL_FORMS_BASE_CLASS, method CREATE_EMAIL.

...

Workflows / Process Editor

Fixed issue of the Process editor not loading workflow definition after upgrading from ver 3.2.x to 3.3.x .

Fixed the bug where the form's ProcessFlow data is not in consideration of the form's checking changes prior to exit.

Fix issue of the completion of parallel tasks if only 1 task is finished.

Fixed the issue in Workflow Redetermination where selected WF Instance is incorrectly re-assigned when WF has multiple versions

MyForms

Update minor UI issue in embedded MyForms, which clears the selected Form Name when pressing refresh button.

Search Helps

Updated functions _applySearchHelpFilters and _applySearchHelpFilters2 in BaseFormController.js to resolve issues with Search Help Filters not functioning correctly on lower UI5 library versions, specifically when using Search Help Dialog depending on the UI version.

Updated pre-built Cost Center search help OData service to have better handling of filter string.

Validations

Updated the mandatory validation for input fields in table control. This resolves an issue where a mandatory field in a table row, once populated and then deleted, was not validated correctly.

Fix issue with JS prompt function suppress the Comment Dialog if no validation function is configured.

Attachments

Fix issue of JS function of embedded attachment impacted by the UploadSet in FAB Ver. 3.3.1

Allowed 'enabled' property setting for File Uploader & File Uploader By Key.

Used 'encodeURIComponent' to support attachment filenames with special characters.

Fix UI minor issue with attachments file extension longer than 3 characters.

Javascript

Updated the issue causing the unexpected space character in the JS code file when opening scripts/fab.js

Update FAB JS Document help for function 'getTableRowField'

Related Pages