Bootstrap

Materialised Queries

  • Fix – Duplicate rows would appear if the Query seeding the MQ was based on one of the System Tables that is sourcing data not from the Sharperlight Database but rather the Cloud.  For example, API services.

Scheduler

  • Fix – Webhook calls to the REST API endpoint SchedulerWebhookPost would get a user session id error when being called externally cross domain.
  • Add – Webhook call to the REST API can now have a custom response by setting the Task Parameter TaskResponse or Task.Response via a Query or JavaScript.  For this to work a seed Task Parameter need to be set with a blank value  e.g.  TaskResponse= or Task.Response=  The JavaScript method for setting the response value would be lib_task.ParamSet(‘Task.Response’,'{ “code”: 1234}’);

Web Channel

  • Fix – Duplicate rows would appear if the Query seeding the MQ was based on one of the System Tables that is sourcing data not from the Sharperlight Database but rather the Cloud.  For example, API services.