Bay Diary Booking Emails

From WMS
Revision as of 15:33, 4 July 2025 by Anw (talk | contribs) (Initial Creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The intent of this guide is to show the steps necessary to automate bay diary booking confirmation emails through WMS.


Configuration

A new EMAILMESSAGETYPE ML Caption record of 7 (Bay Diary)

WMS-BD-Emails-1.png


Add a new email record with a message type of 7 (Bay Diary)

WMS-BD-Emails-2.png


New email record (Bay Diary)

WMS-BD-Emails-3.png


Add the new 'Bay Diary' record

WMS-BD-Emails-4.png


TEXT for the new email record (Bay Diary)

<!DOCTYPE html><html><head>

<title>Notification of Bay Diary Booking.</title>

<style type="text/css">

.label1 {font-family:Times New Roman;font-size:14px; font-weight: bold; margin-top: 12px; display: inline;}

.data {font-family:Times New Roman;font-size:14px; font-weight: normal; display: inline; position: absolute; left: 140px;}

</style>

</head>

<body>

<p style="font-family:Times New Roman;font-size:26px" align="center"><b>Notification of Bay Diary Booking for Warehouse [WAREHOUSE_NAME]</b></p>

<br>

<br>

<p style="font-family:Times New Roman;font-size:14px">

<b>Reciept Date: </b>[DELIVERY_RECEIPT_DATE]<br>

<br>

<b>Start: </b>[ACTUAL_TIME_SLOT]<br>

<br>

<b>End: </b>[END_DATE]<br>

<br>

<b>Bay Number: </b>[BAY_NUMBER]<br>

<br>

<b>Booking Reference: </b>[BOOKING_REF]<br>

<br>

<b>Advice Note Number: </b>[ADVICE_NOTE_NO]<br>

<br>

<div class="label1">Load Information: </div>

<div class="data">[LOAD_INFORMATION]</div>

<br>

</p>

</body>

</html>

Note Note: Although stored at Warehouse / Owner level, it is assumed that there will only be 1 record per warehouse.


Operation

Bay diary record entry

WMS-BD-Emails-5.png

Set the 'Status' of the delivery to 'Processed to generate the email, using the status dropdown in the details screen;

WMS-BD-Emails-6.png

OR in the front screen popup box (there is a 'Resend Email' option as well)

WMS-BD-Emails-7.png


Email generated (text from the example above)

WMS-BD-Emails-8.png

WMS-BD-Emails-9.png

Note Note: any commas in the description will be removed.