31 Oct 2016 2:26 PMUpdate 3.7.24
Fix: Searchable drop down was not aligning up with bottom of input box.
30 Oct 2016 3:27 PMUpdate 3.7.23
New: Application.GetView
has an additional parameter Inherits
which will allow you to create a view that inherits another Business Collection.
28 Oct 2016 6:05 PMUpdate 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.
18 Oct 2016 1:29 PMUpdate 3.7.20
New: Now adds meta tags (first
, prev
, next
and last
) for pagination in Directory and Article Views.
17 Oct 2016 2:26 PMUpdate 3.7.19
Fix: The ServiceBooking.SendConfirmationLetter
would only send when the administrator made the booking for the user.
16 Oct 2016 12:24 PMUpdate 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.
14 Oct 2016 3:58 PMUpdate 3.7.17
Fix: The Available Quantity check returned zero for trading items with options even though the availability was set.
12 Oct 2016 5:00 PMUpdate 3.7.16
New: Added property FinishTime
to ServiceBooking
and defaulted to StartTime
plus Service.Duration
.
New: Added function OpenAsICalendar
to ServiceBooking
.
12 Oct 2016 2:33 PMUpdate 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
10 Oct 2016 1:58 PMUpdate 3.7.14
Fix: Delivery Country is now required by default in Request Order Details.
3 Oct 2016 7:03 PMUpdate 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.
2 Oct 2016 2:33 PMUpdate 3.7.12
Fix: Was not finding the correct pickup outlet in some circumstances.