Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 85 Next »

Entity Quote (Q) represents the header information of the quote document, e.g. who’s the customer, when the document is valid and optional summary results about the whole quote.

Note: Entity Quote does not contain line items. Those are stored in a Quote Line Item (QLI) entity.

Fields

quoteType

unique name of the Quote Type used to create the quote document

uniqueName

autogenerated unique name of the quote document. In the form of "P-####"

label

description of the quote provided by the user

customerId

unique name of the customer, which was selected by the user in input field of type InputType.CUSTOMER on the header. This copy of information from the input field to this field is done automatically. In case the quote has input field of type InputType.CUSTOMERGROUP and it contains a filter for single customer, such customer unique name will be copied to this field.

customerName

name/description of the customer, which was selected by the user in input field of type InputType.CUSTOMER on the header. This copy of information from the input field to this field is done automatically. In case the quote has input field of type InputType.CUSTOMERGROUP and it contains a filter for single customer, such customer name/description will be copied to this field.

customerGroup

copy of CustomerGroup, which was selected by the user in input field of type InputType.CUSTOMERGROUP on the header. This copy of information from the input field to this field is done automatically.

targetDate

effective date of the quote, and also the date used for calculation.

expiryDate

last date of validity of the negotiated conditions.

inputs

list of input field definitions and values entered by the user.

The input field Customer is usually added automatically thanks to configuration setting on the partition.
outputs

results of calculation performed by the quote header logic and stored on the "ROOT" virtual folder

attributeExtension___<fieldName>

arbitrary number of customizable attributeExtension fields, which can be used to store any information you need. The fields with String type do not have limited size.

quoteStatus

The status of the quote document. All valid values are listed in the document status article.

creationWorkflowStatus

see CreationWorkflowStatus

creationWorkflowCurrentStep

integer - order of the current active creation step. First step has number 0.

creationWorkflowStepCount

integer - total number of all creation steps

creationWorkflowStepLabel

String - the label of the current creation workflow step

workflowStatus

see WorkflowStatus

viewState

Contains some (limited) information about the state of the front-end application. See View State.

  • No labels