Versions Compared

Key

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

...

SCL-3575 Fixed typo in method name OnLookupCompleted of SmartLookup

Description:

We have fixed a typo in the method name of the OnLookupCompleted method of the SmartLookup class.

SCL-3576 Fixed typo in property name ToolbarManager in JsonEditorControl

Description:

We have fixed a typo in the property name ToolbarsManager in the JSON Editor Control component.

Improvement

SCL-3534 Business Entity Designer now preserves line-breaks in source-default query

Description:

We have resolved an issue in the Business Entity Designer that was causing line breaks entered in the Source Default Query of a temp-table to be lost after saving the design.

SCL-3574 Added new variant of FindPersistentProcedure() to ProcedureHelper

Description:

We have added an additional variant of the FindPersistentProcedure to the ProcedureHelper. This new variant is capable of launching the persistent procedure when it was not found through an adidtional logical parameter.

New Feature

SCL-3573 DataAccess now also resets the FetchDataArguments also after CountResultRecords call

Description:

The CountResultRecords method of the DataAccess class now also resets the reference to the FetchDataArguments after every call.