Versions Compared

Key

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

...

New Features

Release Notes

Attachments sent to OneList may encounter errors due to content retrieval failure, size limitation, or other reasons.

The error messages are notified to the OneList server, and the document monitoring table /IQX/OL_DOCUMENT is refreshed to reflect these errors.

The Purchase Order and Leave adapters send requestor information, including user ID and name, to OneList.

The /IQX/CL_FORMS_BASE_CLASS base class is implemented with a call to the GET_ONELIST_ATTACHMENTS method to fetch a list of attachments.

The form implementation class has been enhanced to return a list of attachments.

SAP worklist actions can now be associated with attachments, and these associations can be viewed in the audit log of the task.

The adapter model for OneList payload has been updated to include additional information, such as line item level attachment, document level attachment, attachment types, description, file name, attached by, and attached date.

The OneList sync scheduler has been enhanced to determine if a job for the workflow task type is due for execution.

If there are no active jobs, the adapter class for the task type will be instantiated and the GET_CHANGED_WORKLIST method will be executed.

Only if data exist for the workflow task type will the adapter job be triggered in the background and synchronize data with OneList.

A sync job for attachments is triggered in the background if there are documents in the /IQX/OL_DOCUMENT table waiting to be synchronized with OneList, no active jobs are currently running, and a job is due for execution.

When a user triggers an action in OneList by making a decision task, the action is synchronized with the source system via SYNC_ACTIONS.

The action is then executed as soon as the user completes the decision task.

The OneList sync scheduler has been enhanced to determine if a job for the workflow task type is due for execution.

If there are no active jobs, the adapter class for the task type will be instantiated and the GET_DELTA_WORKLIST method will be executed.

Only if data exist for the workflow task type will the adapter job be triggered in the background and synchronize data with OneList.

FAB Workflow was integrated with SAP Fiori My Inbox by linking the FAB instance to the SAP Workflow ID.

The API call from OneList will finalize the status based on the business object linked to the workflow task. The status may also be marked as COMPLETED if the top work item is empty.

The OneList scheduler program (/IQX/ONELIST_SCHEDULER) has been adjusted to support the 7.02 release.

The program now reads the Operation table to create an Operational Job (/IQX/ONELIST_SCHED_OPS).

The Operational Job then instantiates the Operations Class and executes the defined operation method (/IQX/ONELIST_SCHED_ADAPTER).

The Active flag in General Configuration now has a more descriptive label, making its purpose more clear.

The Submitted Date timestamp and Requested Date timestamp are both stored in the UTC TIMESTAMP format.

The compression and content-encoding attributes in the HTTP Rest client's PREPARE_CONNECTION and REST_POST methods are now set to "GZIP" by default.

The OneList server will be notified if the Sync Attachment API fails to send attachment content.

The OneList Adapter has been enhanced to provide better attachment management capabilities.

OneList framework scheduling performance has been improved by reducing the overall number of background jobs generated.

Process flow diagram now excludes levels that do not have any active tasks.

...