We have set up the ORDERS message with the XML tag <MESSAGE_TYPE>QUOTATION</MESSAGE_TYPE> but the order is still coming in as an order where do you amend this so that it creates a quotation.

Thank you
We have set up the ORDERS message with the XML tag <MESSAGE_TYPE>QUOTATION</MESSAGE_TYPE> but the order is still coming in as an order where do you amend this so that it creates a quotation.
Thank you
Hi
It’s not possible to create a Sales Quotation with an incoming ORDERS message as this message is used for creating customer orders.
Kind regards,
Samiru
Hi Samiru
The help shows you can create an Incoming Customer Order or Quotation you set the Message Type, you can also search by message type on Sales Quotation, it is just all orders are going in as Order.. thanks Rohais
Hi,
We are using this “undocumented” feature of creating Sales Quotations with incoming customer orders.
We are receiving XML with the Tag <IMPORT_MODE>QUOTATION</IMPORT_MODE>. You will find this tag in the interface browser / BIZAPI in the “CreateCustomerOrder”.
in the XSD link you will find this:
<xs:element name="IMPORT_MODE" nillable="true" minOccurs="0">
<xs:annotation>
<xs:documentation>The short name for the type of message, e.g., quotation or order.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:maxLength value="2000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
//Johannes
Hi Johannes
Thank you so much for this, I have tested and it has worked. Really appreciated.
Kind Regards
Rohais
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.