Update 3.7.24

Fix: Searchable drop down was not aligning up with bottom of input box.

Update 3.7.23

New: Application.GetView has an additional parameter Inherits which will allow you to create a view that inherits another Business Collection.

Update 3.7.22

New: You can now specify an ID as the default value of an Item Definition.

Fix: Error when specify postcodes to regions in delivery zones.

Update 3.7.21

Fix: Error placing order for Service Bookings.

Update 3.7.20

New: Now adds meta tags (first, prev, next and last) for pagination in Directory and Article Views.

Update 3.7.19

Fix: The ServiceBooking.SendConfirmationLetter would only send when the administrator made the booking for the user.

Update 3.7.18

New: Read-only property DeliveryNote.TrackingURL generated from Order.DeliveryMethod.TrackingURL and the TrackingCode.

Fix: The SetDispatched function will not ask for TrackingCode if the Order.DeliveryMethod.TrackingURL is not set.

Update 3.7.17

Fix: The Available Quantity check returned zero for trading items with options even though the availability was set.

Update 3.7.16

New: Added property FinishTime to ServiceBooking and defaulted to StartTime plus Service.Duration.

New: Added function OpenAsICalendar to ServiceBooking.

Update 3.7.15

New: The following functions will not be executed in the process if AllowExecute returns False. Also, a new parameter BCCMe on each function will BCC the administrator if set to True.

  • DeliveryNote.SendNotification
  • Membership.SendApprovalNotification
  • Order.SendInvoice
  • Order.SendPurchaseOrder
  • Order.SendThankyouLetter
  • OrderItem.SendDigitalItem
  • Payment.SendReceipt
  • ServiceBooking.SendCancellationLetter
  • ServiceBooking.SendConfirmationLetter
  • User.SendActivationRequest
  • User.SendApprovalNotification

Update 3.7.14

Fix: Delivery Country is now required by default in Request Order Details.

Update 3.7.13

New: Function [Set Delivery Method Or Pickup Outlet] will enable the client to recalculate the freight based on their selection, prior to checking out.

Update 3.7.12

Fix: Was not finding the correct pickup outlet in some circumstances.