Entity The Quote (Q) entity represents the header information of the quote document, e.g. who’s the customer name, when the document is valid validity and optional summary results about for the whole quote.
Note: Entity The Quote entity does not contain line items. Those These are stored in a the Quote Line Item (QLI) entity.
Fields
quoteType
unique Unique name of the Quote Type used to create the quote document.
uniqueName
autogenerated Autogenerated unique name of the quote document. In the form of It has this pattern: "P-####".
label
description Description of the quote provided by the user.
customerId
unique Unique name of the customer, which was selected by the user in the input field of the type InputType.CUSTOMER on the header. This copy of information Information in this field is copied automatically from the input field to this field is done automatically. In case If the quote has the input field of the type InputType.CUSTOMERGROUP and it contains a filter for a single customer, such customer this customer’s unique name will be copied to this field.
customerName
nameName/description of the customer, which was selected by the user in the input field of the type InputType.CUSTOMER on the header. This copy of information Information in this field is copied automatically from the input field to this field is done automatically. In case . If the quote has the input field of the type InputType.CUSTOMERGROUP and it contains a filter for a single customer, such customer this customer’s name/description will be copied to this field.
customerGroup
copy Copy of CustomerGroup, which was selected by the user in the input field of the type InputType.CUSTOMERGROUP on the header. This copy of information Information in this field is copied automatically from the input field to this field is done automatically.
targetDate
effective Effective date of the quote, and ; also the date used for calculation.
expiryDate
last Last date of validity of the negotiated conditions.
inputs
list List of input field definitions and values entered by the user.
Info |
---|
The input field Customer is usually added automatically thanks to configuration setting on at the partition. |
outputs
results Results of calculation performed by the quote header logic and stored on in the "ROOT" virtual folder.
attributeExtension___<fieldName>
arbitrary Arbitrary number of customizable attributeExtension fields , which can be used to store any information you need. The fields with the String type do not have a limited size.
quoteStatus
The status Status of the quote document. All valid Possible values are listed in the document status article.
creationWorkflowStatus
see See CreationWorkflowStatus.
creationWorkflowCurrentStep
integer - order Order of the current active creation step (integer). First The first step has number 0.
creationWorkflowStepCount
integer - total Total number of all creation steps (integer).
creationWorkflowStepLabel
String - the label Label of the current creation workflow step (string).
workflowStatus
see See WorkflowStatus.
viewState
Contains some (limited) information about the state of the front-end application. See View State.