Update shedular.sql

parent 64510593
INSERT INTO MAIL_FORMAT (
"FORMAT_CODE",
"FORMAT_TYPE",
"SEND_TO",
"COPY_TO",
"BLIND_COPY",
"SUBJECT",
"BODY_TEXT",
"BODY_COMP",
"PRIORITY",
"DELIVERY_REPORT",
"RETURN_RECEIPT",
"MAIL_APPLICATION",
"MAIL_SERVER",
"MAIL_BOX",
"MAIL_ID",
"ATTACH_TYPE",
"ATTACH_TEXT",
"WINNAME",
"WIN_NAME",
"MAIL_GENERATION",
"MAIL_DESCR",
"FN_NAME",
"COND_METHOD",
"EMAIL_EXPR",
"ATTACH_OBJECT",
"TEMPLATE_PURPOSE",
"STATUS",
"USER_ID__OWN",
"MSG_TYPE",
"TEMPLATE_NAME"
) VALUES ('LICENSE_EXPIER ','T','tushar.thorat@proteustech.in','sakshi.parte@proteustech.in',null,
'Your License is Expiring License Number = <Detail1.license_num>','Hi Sir/Mam,<br>
Your License No. <b>&lt;Detail1.license_num&gt;</b> Expiring. Check below details:<br><br>
1. Title = <b>&lt;Detail1.title&gt;</b><br>
2. Place = <b>&lt;Detail1.place&gt;</b><br>
3. Performer = <b>&lt;Detail1.emp_name&gt;</b><br>
4. Effective From = <b>&lt;Detail1.new_start_date&gt;</b><br>
5. Valid Upto = <b>&lt;Detail1.new_end_date&gt;</b><br><br><br>
Please Take Valid Action',null,null,null,null,null,null,null,'vision@proteustech.in',null,null,'w_lms_licenseedit',null,null,null,null,null,null,null,null,null,null,null,null);
REM INSERTING into MAIL_FORMAT
SET DEFINE OFF;
INSERT INTO mail_format (
format_code,
format_type,
send_to,
copy_to,
blind_copy,
subject,
body_comp,
priority,
delivery_report,
return_receipt,
mail_application,
mail_server,
mail_box,
mail_id,
attach_type,
attach_text,
winname,
win_name,
mail_generation,
mail_descr,
fn_name,
cond_method,
email_expr,
attach_object,
template_purpose,
status,
user_id__own,
body_text,
msg_type,
template_name
) VALUES (
'LICENSE_EXPIER ',
'T',
'khushal.chavan@proteustech.in',
'pparikh@baseinformation.com',
NULL,
'Action required on licence <Detail1.title> (<Detail1.license_num>) expiring on <Detail1.new_end_date>',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
'vision@proteustech.in',
NULL,
NULL,
'w_lms_licenseedit',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
'Hi Sir/Madam,<br><br>License No. <b><Detail1.license_num></b> Expiring on <Detail1.new_end_date>.<br>Licence details:<br><br>1. Title = <b><Detail1.title></b><br>2. Place = <b><Detail1.place></b><br>3. Performer = <b><Detail1.emp_name></b><br>4. Effective From = <b><Detail1.new_start_date></b><br>5. Valid Upto = <b><Detail1.new_end_date></b><br><br><br>Please take necessary actions to renew the licence<br><br><br>** Please note that this is system generated mail hence do not reply on the same'
,
NULL,
NULL
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment