Fix: Searchable drop down was not aligning up with bottom of input box.
New: Application.GetView
has an additional parameter Inherits
which will allow you to create a view that inherits another Business Collection.
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.
Fix: Error placing order for Service Bookings.
New: Now adds meta tags (first
, prev
, next
and last
) for pagination in Directory and Article Views.
Fix: The ServiceBooking.SendConfirmationLetter
would only send when the administrator made the booking for the user.
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.
Fix: The Available Quantity check returned zero for trading items with options even though the availability was set.
New: Added property FinishTime
to ServiceBooking
and defaulted to StartTime
plus Service.Duration
.
New: Added function OpenAsICalendar
to ServiceBooking
.
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
Fix: Delivery Country is now required by default in Request Order Details.
New: Function [Set Delivery Method Or Pickup Outlet]
will enable the client to recalculate the freight based on their selection, prior to checking out.
Fix: Was not finding the correct pickup outlet in some circumstances.