RFI_EMAIL_TO_BUYER - Intergraph Smart Materials - Version 2020 (10.0) - Customization & Programming - Hexagon PPM

Intergraph Smart Materials Customization (2020)

Language
English
Product
Intergraph Smart Materials
Subproduct
Classic
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
2020 (10.0)

Description:

CIP for the email text for an answer to a buyer.

Type:

Procedure

Usage:

Portal – Request for Information page

Event:

Send answer on RFI question

Default:

p_mail_subject := 'RFI: '||v_rfi_subject;

p_mail_body := 'Request for information with subject '||'#'|| v_rfi_subject||'# ' ||

'was answered by the company: ' || v_company_name || ' ' || chr(10) || chr(10) ||chr(10) ||'The Question is:' || chr(10) ||''||v_question ||''|| chr(10) || chr(10) ||chr(10) ||'The Answer is:' || chr(10) ||''||v_answer ||''|| chr(10) || chr(10) ||'This e-mail has been generated automatically. Please do not reply.';