Skip to content

Rfqs

The following are the schemas and relationships of the Quotation tables, which are called RFQs (Request for quotation).

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtLast record updateDatetime
SnapshotAtReference date of the transactionDatetime
TimeKeyIncremental temporal valueString
RfqIdPrimary key for the RFQ (quotation) schemaString
SummaryQuotation summaryString
ClientCodeCustomer code in the quotationString
CustomerIdCustomer identifier in the quotationString
CustomerTradingNameCustomer trade name in the quotationString
OwnerIdQuotation owner identifierString
OwnerNameQuotation owner nameString
DeadlineQuotation delivery deadline in daysDatetime
CreatedDateDate when the quotation was createdDatetime
PublicTrue if the quotation is public; otherwise, FalseBoolean
InvisibleTrue if there is no active supplier participation; otherwise, FalseBoolean
CategoryNameCategory nameString
CategoryDescriptionCategory descriptionString
StatusPendencyTypePendency statusEnum
NegotiationPhaseTypeNegotiation phase typeEnum
StatusTypeQuotation status typeEnum
OriginQuotation originEnum
OriginalRfqOriginal quotationString
CreatedDateShortlistDate when the quotation shortlist was createdDatetime
ContractIdContract identifierString
PresentValueDailyTaxDaily rate of the Present ValueDouble
NoteAdditional notesString

Rfqs Schema Joins

The Rfqs schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
RfqTasksRfqIdRelates the Rfq rows with the RfqTasks rows
RfqResponseItemsRfqIdRelates the Rfq rows with the RfqResponseItems rows
RfqResponseItemHistoryRfqIdRelates the Rfq rows with the RfqResponseItemHistory rows
RfqResponseItemCounterProposalsRfqIdRelates the Rfq rows with the RfqResponseItemCounterProposals rows
RfqItemsRfqIdRelates the Rfq rows with the RfqItems rows
RfqItemRequestsRfqIdRelates the Rfq rows with the RfqItemRequests rows
RfqBorgsRfqIdRelates the Rfq rows with the RfqBorgs rows
RfqAttendeesRfqIdRelates the Rfq rows with the RfqAttendees rows
RfqResponseTaxesRfqIdRelates the Rfq rows with the RfqResponseTaxes rows
RfqAttributeValuesRfqIdRelates the Rfq rows with the RfqAttributeValues rows
RfqItemAttributeValuesRfqIdRelates the Rfq rows with the RfqItemAttributeValues rows

RfqItems

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtTransaction reference dateDatetime
TimeKeyIncremental temporal valueInteger
RfqIdPrimary key for the quotation schemaString
RfqItemIdQuotation item numberLong
ProductRfqProduct code/key in the quotation table.
Note: The same ProductId, if present in two different quotations,
will have 2 ProductRfq values
Integer
QuantityItem quantity in the quotationDouble
ItemNumberItem number in the quotationInteger
ProductIdBuyer’s product registration code.
Note: The same ProductId, if present in two different quotations,
will have 2 ProductRfq values
Integer
CodeQuotation item codeString
ClientCodeCustomer code for the quotation itemString
MeasureUnit of measure for the quotation itemString
GroupIdGroup identifier for the quotation itemString
GroupClientCodeCustomer code of the quotation item groupString
GroupDescriptionDescription of the quotation item groupString
GroupParentParent group of the quotation itemString
EstimatedDeadlineEstimated lead time in days for the quotation itemInteger
StatusQuotation item statusString
DescriptionDescription of the quotation itemString
ComplementComplementary information for the quotation itemString
ProductMaterialTypeIndicates whether the product is a material
or a service
String
ProductGenericIndicates whether the product is generic.
Product with code = "False"
Product without code generic = "True"
Boolean
CanceledIndicates whether the quotation item was canceled
true or false
Boolean
FirstPriceAmount submitted in the first quotation.
Does not correspond to the final amount
Double
CreatedDateCreation date of the quotation itemDatetime
ApplicationTypeMaterial application code
used for taxation purposes
String
ApplicationTypeIdMaterial application identifierString
EstimatedBaselinePriceEstimated baseline priceDouble
ChosenSupplierIdID of the supplier selected by the buyer
for the item
Integer

RfqItems Schema Joins

The RfqItems schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
RfqsRfqIdRelates the RFQItems rows with the RFQs rows
RfqTasksRfqIdRelates the RFQItems rows with the RfqTasks rows
RfqBorgsRfqIdRelates the RFQItems rows with the RfqBorgs rows
RfqAttendeesRfqIdRelates the RFQItems rows with the RfqAttendee rows
RfqResponseItemsRfqId and RfqItemIdRelates the RFQItems rows with the RfqResponseItems rows
RfqResponseItemHistoryRfqId and RfqItemIdRelates the RFQItems rows with the RfqResponseItemHistory rows
RfqResponseItemCounterProposalsRfqId and RfqItemIdRelates the RFQItems rows with the RfqResponseItemCounterProposals rows
RfqItemRequestsRfqId and RfqItemIdRelates the RFQItems rows with the RfqItemRequests rows
RfqResponseTaxesRfqId and RfqItemIdRelates the RFQItems rows with the RfqResponseTaxes rows
RfqAttributeValuesRfqIdRelates the RFQItems rows with the RfqAttributeValues rows
RfqItemAttributeValuesRfqIdRelates the RFQItems rows with the RfqItemAttributeValues rows

RfqItemRequests

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtTransaction reference dateDatetime
TimeKeyIncremental temporal valueLong
RfqIdPrimary key for the quotation
schema
String
RfqItemIdQuotation item numberLong
RequestIdPrimary key for the request
schema
String
RequestItemIdRequest item numberString
CreatedDateQuotation creation dateDatetime

RfqItemRequests Schema Joins

The RfqItemRequests schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
RfqTasksRfqIdRelates the RFQItemRequests rows with the RfqTasks rows
RfqsRfqIdRelates the RFQItemRequests rows with the RfqItems rows
RfqBorgsRfqIdRelates the RFQItemRequests rows with the RfqBorgs rows
RfqAttendeesRfqIdRelates the RFQItemRequests rows with the RfqAttendees rows
RfqResponseItemsRfqId and RfqItemIdRelates the RFQItemRequests rows with the RfqResponseItems rows
RfqResponseItemHistoryRfqId and RfqItemIdRelates the RFQItemRequests rows with the RfqResponseItemHistory rows
RfqResponseItemCounterProposalsRfqId and RfqItemIdRelates the RFQItemRequests rows with the RfqResponseItemCounterProposals rows
RFQItemsRfqId and RfqItemIdRelates the RFQItemRequests rows with the RfqItems rows
RequestsRequestIdRelates the RFQItemRequests rows with the Requests rows
RequestBorgsRequestIdRelates the RFQItemRequests rows with the RequestBorgs rows
RequestAddressesRequestIdRelates the RFQItemRequests rows with the RequestAddresses rows
RequestItemsRequestId and RequestItemIdRelates the RFQItemRequests rows with the RequestItems rows
RequestItemBorgsRequestId and RequestItemIdRelates the RFQItemRequests rows with the RequestItemBorgs rows
RequestItemMagsRequestId and RequestItemIdRelates the RFQItemRequests rows with the RequestItemMags rows
RequestItemStatusRequestId and RequestItemIdRelates the RFQItemRequests rows with the RequestItemStatus rows

RfqResponseItems

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtTransaction reference dateDatetime
TimeKeyIncremental temporal valueLong
RfqIdPrimary key for the quotation
schema
String
RfqItemIdQuotation item numberLong
RfqAttendeeIdIdentifier of the quotation participantString
ProductRfqProduct item identifier in the quotation
response
Long
AnswerDateResponse dateDatetime
RefusedTrue if refused, otherwise falseBoolean
PriceItem price in the quotation responseDouble
DeadlineDelivery lead time in days
in the quotation response
Integer
NoteItem note in the quotation responseString
IcoTermsIncotermsString
DeliveryDateItem delivery date in the quotation
response
Datetime
FreightItem freight value in the quotation
response
Double
TotalPriceTotal item price in the quotation
response
Double
TotalWithTaxesTotal item amount with taxes
in the quotation response
Double
IvaCodeVAT codeString
IvaValidIndicates whether VAT is validBoolean
CurrencyCodeCurrency codeString
FirstResponseValueFirst response value for the quotation item.
This value is not updated.
If the first response is cancelled,
it remains the value considered by this field
Double
SupplierNameSupplier nameString
SupplierOriginSupplier originString
SupplierOriginIdSupplier origin IDInteger
SupplierOriginDescriptionDescription of supplier origin.
Example: MySupplier, Marketplace
String
SupplierCodeSupplier codeString
RfqTypeIdIdentifier indicating whether the quotation
is private or public
0 = private, 1 = public
Integer
RfqTypeDescriptionDescription of quotation type
private or public
String
PaymentConditionPayment termsString
ExpirationDateQuotation expiration dateDatetime
BuyerNameResponsible buyer nameString
BuyerIdResponsible buyer IDString
MeasureUnit of measure of the item
in the quotation response
String
GrossPriceGross item price in the quotation
response
Double
NetPriceNet item price in the quotation
response
Double
PresentValueNetUnitPriceNet unit price at present value
excluding taxes
Decimal
PresentValueUnitPriceWithTaxUnit price at present value
including taxes
Decimal
PresentValueEqualizedUnitPriceEqualized unit price
at present value
Decimal
PresentValueTotalNetPriceTotal net price at present value
excluding taxes
Decimal
PresentValueTotalWithTaxesTotal price at present value
including taxes
Decimal
PresentValueTotalEqualizedEqualized total price
at present value
Decimal
TargetDateDeadline date for item delivery
in the quotation response
Datetime
CreatedDateCreation date of the quotation
response
Datetime

RfqResponseItems Schema Joins

The RfqResponseItems schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
RfqsRfqIdRelates the RFQResponseItems rows with the Rfqs rows
RfqTasksRfqIdRelates the RFQResponseItems rows with the RfqTasks rows
RfqBorgsRfqIdRelates the RFQResponseItems rows with the RfqBorgs rows
RfqResponseItemHistoryRfqId and RfqItemIdRelates the RFQResponseItems rows with the RfqResponseItemHistory rows
RfqResponseItemCounterProposalsRfqId and RfqItemIdRelates the RFQResponseItems rows with the RfqResponseItemCounterProposals rows
RfqItemsRfqId and RfqItemIdRelates the RFQResponseItems rows with the RfqItems rows
RfqItemRequestsRfqId and RfqItemIdRelates the RFQResponseItems rows with the RfqItemRequests rows
RfqAttendeesRfqId and RfqAttendeeIdRelates the RFQResponseItems rows with the RfqAttendees rows
RfqResponseTaxesRfqId and RfqItemIdRelates the RFQResponseItems rows with the RfqResponseTaxes rows
RfqAttributeValuesRfqIdRelates the RFQResponseItems rows with the RfqAttributeValues rows
RfqItemAttributeValuesRfqIdRelates the RFQResponseItems rows with the RfqItemAttributeValues rows

RfqResponseItemHistory

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtTransaction reference dateDatetime
TimeKeyIncremental temporal valueLong
RfqIdPrimary key for the quotation
schema
String
RfqItemIdQuotation item numberLong
RfqAttendeeIdIdentifier of the quotation participantString
ProductIdProduct identifierLong
AnswerDateResponse dateDatetime
PriceItem price in the responseDouble
ActiveTrue if the quotation response item
is active, otherwise false
Boolean
CreatedDateCreation date of the quotation itemDatetime

RfqResponseItemHistory Schema Joins

The RfqResponseItemHistory schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
RfqsRfqIdRelates the RFQResponseItemHistory rows with the Rfqs rows
RfqTasksRfqIdRelates the RFQResponseItemHistory rows with the RfqTasks rows
RfqBorgsRfqIdRelates the RFQResponseItemHistory rows with the RfqBorgs rows
RfqResponseItemsRfqId and RfqItemIdRelates the RFQResponseItemHistory rows with the RfqResponseItems rows
RfqResponseItemCounterProposalsRfqId and RfqItemIdRelates the RFQResponseItemHistory rows with the RfqResponseItemCounterProposals rows
RfqItemsRfqId and RfqItemIdRelates the RFQResponseItemHistory rows with the RfqItems rows
RfqItemRequestsRfqId and RfqItemIdRelates the RFQResponseItemHistory rows with the RfqItemRequests rows
RfqAttendeesRfqId and RfqAttendeeIdRelates the RFQResponseItemHistory rows with the RfqAttendees rows
RfqResponseTaxesRfqId and RfqItemIdRelates the RFQResponseItemHistory rows with the RfqResponseTaxes rows
RfqAttributeValuesRfqIdRelates the RFQResponseItemHistory rows with the RfqAttributeValues rows
RfqItemAttributeValuesRfqIdRelates the RFQResponseItemHistory rows with the RfqItemAttributeValues rows

RfqAttendees

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtTransaction reference dateDatetime
TimeKeyIncremental temporal valueString
RfqIdPrimary key for the quotation
schema
String
RfqAttendeeIdIdentifier of the quotation participantString
SupplierIdSupplier identifierString
SupplierNameSupplier nameString
FreightFreight of the quotation participantDouble
IcoTermsFor more information, see
Incoterms
String
RefusedTrue if the quotation participant
refused, otherwise false
Boolean
ReceiveDateQuotation receipt dateDatetime
AnswerDateQuotation response dateDatetime
CreatedDateQuotation creation dateDatetime
ReasonForBuyerResponseBuyer response justificationString
ResponseOwnerIdID of the person responsible
for the quotation response
Integer
RespondentPerson who responded to the quotationString
DisqualifiedSent as "True" when the participant
was excluded from the quotation
Boolean
DeliveryDeadlineDelivery lead timeInteger
NoteNoteString
PaymentConditionCodePayment condition codeString
PaymentConditionDescriptionPayment condition descriptionString
ContactNameContact nameString
CurrencyQuotation currencyString
BillingLimitBilling limitDouble
ProposalValidityProposal validity dateDatetime
TaxOptionTax optionString

RfqAttendees Schema Joins

The RfqAttendees schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
RfqTasksRfqIdRelates the RFQAttendees rows with the RfqTasks rows
RfqsRfqIdRelates the RFQAttendees rows with the Rfqs rows
RfqItemsRfqIdRelates the RFQAttendees rows with the RfqItems rows
RfqResponseItemCounterProposalsRfqIdRelates the RFQAttendees rows with the RfqResponseItemCounterProposals rows
RfqItemRequestsRfqIdRelates the RFQAttendees rows with the RfqItemRequests rows
RfqBorgsRfqIdRelates the RFQAttendees rows with the RfqBorgs rows
RfqResponseItemsRfqId and RfqAttendeeIdRelates the RFQAttendees rows with the RfqResponseItems rows
RFQResponseItemHistoryRfqId and RfqAttendeeIdRelates the RFQAttendees rows with the RFQResponseItemHistory rows
RfqResponseTaxesRfqId and RfqItemIdRelates the RFQAttendees rows with the RfqResponseTaxes rows
RfqAttributeValuesRfqIdRelates the RFQAttendees rows with the RfqAttributeValues rows
RfqItemAttributeValuesRfqIdRelates the RFQAttendees rows with the RfqItemAttributeValues rows

RfqTasks

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtTransaction reference dateDatetime
TimeKeyIncremental temporal valueLong
TaskIdTask identifierString
RfqIdPrimary key for the quotation
schema
String
CreationDateDate when RFQTasks was createdDatetime
ConclusionDateDate when RFQTasks was completedDatetime
DescriptionTask descriptionString
TaskTypeNameTask type nameString
StatusRFQTasks statusInteger
UserIdInternal evaluator user IDString
TechnicalResponsibleTask technical responsible nameString
TechnicalResponsibleEmailTask technical responsible emailString
TechnicalResponsibleCommentsTechnical evaluation commentsString
ApprovalNotesTask approval notesString

RfqTasks Schema Joins

The RfqTasks schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
RfqAttendeesRfqIdRelates the RFQTasks rows with the RFQAttendees rows
RfqResponseItemsRfqIdRelates the RFQTasks rows with the RfqResponseItems rows
RfqResponseItemCounterProposalsRfqIdRelates the RFQTasks rows with the RfqResponseItemCounterProposals rows
RfqsRfqIdRelates the RFQTasks rows with the Rfqs rows
RfqItemsRfqIdRelates the RFQTasks rows with the RfqItems rows
RfqItemRequestsRfqIdRelates the RFQTasks rows with the RfqItemRequests rows
RfqBorgsRfqIdRelates the RFQTasks rows with the RfqBorgs rows
RFQResponseItemHistoryRfqIdRelates the RFQTasks rows with the RFQResponseItemHistory rows
RfqResponseTaxesRfqIdRelates the RFQTasks rows with the RfqResponseTaxes rows
RfqAttributeValuesRfqIdRelates the RFQTasks rows with the RfqAttributeValues rows
RfqItemAttributeValuesRfqIdRelates the RFQTasks rows with the RfqItemAttributeValues rows

RfqBorgs

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtTransaction reference dateDatetime
TimeKeyIncremental temporal valueLong
RfqIdPrimary key for the quotation
schema
String
BorgIdBusiness unit identifierString
CodeBusiness unit codeString
NameBusiness unit nameString
VentIdIdentifier of the Virtual Entity (VEnt)
of the business unit
String
VentNameName of the Virtual Entity (VEnt)
of the business unit
String
VentTypeType of the Virtual Entity (VEnt)
of the business unit
String

RfqBorgs Schema Joins

The RfqBorgs schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
RfqAttendeesRfqIdRelates the RfqBorgs rows with the RFQAttendees rows
RfqResponseItemsRfqIdRelates the RfqBorgs rows with the RfqResponseItems rows
RfqResponseItemCounterProposalsRfqIdRelates the RfqBorgs rows with the RfqResponseItemCounterProposals rows
RfqsRfqIdRelates the RfqBorgs rows with the Rfqs rows
RfqItemsRfqIdRelates the RfqBorgs rows with the RfqItems rows
RfqItemRequestsRfqIdRelates the RfqBorgs rows with the RfqItemRequests rows
RfqTasksRfqIdRelates the RfqBorgs rows with the RfqTasks rows
RFQResponseItemHistoryRfqIdRelates the RfqBorgs rows with the RFQResponseItemHistory rows
RfqResponseTaxesRfqIdRelates the RfqBorgs rows with the RfqResponseTaxes rows
RfqAttributeValuesRfqIdRelates the RfqBorgs rows with the RfqAttributeValues rows
RfqItemAttributeValuesRfqIdRelates the RfqBorgs rows with the RfqItemAttributeValues rows

RfqResponseItemCounterProposals

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtTransaction reference dateDatetime
TimeKeyIncremental temporal valueLong
RfqIdPrimary key for the quotation
schema
String
ProductIdProduct item identifier in the quotation
response
String
CounterProposalIdIdentifier of the counterproposal
for the quotation response item
String
SupplierIdSupplier identifierInteger
OwnerIdQuotation owner identifierInteger
StatusCounterproposal statusString
OriginCounterproposal originString
CounterProposalDateCounterproposal dateDateTime
TypeCounterproposal typeString
SuggestedPriceSuggested counterproposal priceDouble
PriceCounterproposal priceDouble
ReadDateCounterproposal read dateDateTime
AcceptRefuseDateDate when the counterproposal
was accepted or refused
DateTime
SupplierNoteSupplier note for the counterproposalString

RfqResponseItemCounterProposals Schema Joins

The RfqResponseItemCounterProposals schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
RfqAttendeesRfqIdRelates the lines of RfqResponseItemCounterProposals with the lines of RFQAttendees
RfqResponseItemsRfqIdRelates the lines of RfqResponseItemCounterProposals with the lines of RfqResponseItems
RfqBorgsRfqIdRelates the lines of RfqResponseItemCounterProposals with the lines of RfqBorgs
RfqsRfqIdRelates the lines of RfqResponseItemCounterProposals with the lines of Rfqs
RfqItemsRfqIdRelates the lines of RfqResponseItemCounterProposals with the lines of RfqItems
RfqItemRequestsRfqIdRelates the lines of RfqResponseItemCounterProposals with the lines of RfqItemRequests
RfqTasksRfqIdRelates the lines of RfqResponseItemCounterProposals with the lines of RfqTasks
RFQResponseItemHistoryRfqIdRelates the lines of RfqResponseItemCounterProposals with the lines of RFQResponseItemHistory
RfqResponseTaxesRfqIdRelates the lines of RfqResponseItemCounterProposals with the lines of RfqResponseTaxes
RfqAttributeValuesRfqIdRelates the lines of RfqResponseItemCounterProposals with the lines of RfqAttributeValues
RfqItemAttributeValuesRfqIdRelates the lines of RfqResponseItemCounterProposals with the lines of RfqItemAttributeValues

RfqResponseTaxes

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtTransaction reference dateDatetime
TimeKeyIncremental temporal valueLong
RfqIdPrimary key for the quotation
schema
String
RfqItemIdQuotation item numberLong
RfqAttendeeIdIdentifier of the quotation participantString
TaxNameTax name.
Example: Cofins, ICMS, IPI, IRRF, CIDE
String
TaxApplicationField indicating whether
a tax is applied
String
ValueTax amountDouble
ReducedTaxRateReduced tax rate when applicable
IBS and CBS
Double
TaxBaseTax base for IBS and CBSDouble

RfqResponseTaxes Schema Joins

The RfqResponseTaxes schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
RfqAttendeesRfqId and RfqAttendeeIdRelates the RfqResponseTaxes rows with the RFQAttendees rows
RfqResponseItemsRfqId and RfqItemIdRelates the RfqResponseTaxes rows with the RfqResponseItems rows
RfqBorgsRfqIdRelates the RfqResponseTaxes rows with the RfqBorgs rows
RfqsRfqIdRelates the RfqResponseTaxes rows with the Rfqs rows
RfqItemsRfqId and RfqItemIdRelates the RfqResponseTaxes rows with the RfqItems rows
RfqItemRequestsRfqId and RfqItemIdRelates the RfqResponseTaxes rows with the RfqItemRequests rows
RfqTasksRfqIdRelates the RfqResponseTaxes rows with the RfqTasks rows
RfqResponseItemHistoryRfqId and RfqItemIdRelates the RfqResponseTaxes rows with the RfqResponseItemHistory rows
RfqResponseItemCounterProposalsRfqId and RfqItemIdRelates the RfqResponseTaxes rows with the RfqResponseItemCounterProposals rows
RfqAttributeValuesRfqIdRelates the RfqResponseTaxes rows with the RfqAttributeValues rows
RfqItemAttributeValuesRfqIdRelates the RfqResponseTaxes rows with the RfqItemAttributeValues rows

RfqAttributeValues

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDateTime
SnapshotAtTransaction reference dateDatetime
TimeKeyIncremental temporal valueLong
RfqIdPrimary key for the quotation
schema
String
NameAttribute nameString
ValueAttribute contentString
CategoryQuotation category with attribute
mapping by category
Integer

RfqAttributeValues Schema Joins

The RfqAttributeValues schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
RfqAttendeesRfqIdRelates the RfqAttributeValues rows with the RFQAttendees rows
RfqResponseItemsRfqId and RfqItemIdRelates the RfqAttributeValues rows with the RfqResponseItems rows
RfqBorgsRfqIdRelates the RfqAttributeValues rows with the RfqBorgs rows
RfqsRfqIdRelates the RfqAttributeValues rows with the Rfqs rows
RfqItemsRfqId and RfqItemIdRelates the RfqAttributeValues rows with the RfqItems rows
RfqItemRequestsRfqId and RfqItemIdRelates the RfqAttributeValues rows with the RfqItemRequests rows
RfqTasksRfqIdRelates the RfqAttributeValues rows with the RfqTasks rows
RfqResponseItemHistoryRfqId and RfqItemIdRelates the RfqAttributeValues rows with the RfqResponseItemHistory rows
RfqResponseItemCounterProposalsRfqId and RfqItemIdRelates the RfqAttributeValues rows with the RfqResponseItemCounterProposals rows
RfqResponseTaxesRfqId and RfqItemIdRelates the RfqAttributeValues rows with the RfqResponseTaxes rows
RfqItemAttributeValuesRfqIdRelates the RfqAttributeValues rows with the RfqItemAttributeValues rows

RfqItemAttributeValues

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDateTime
SnapshotAtTransaction reference dateDatetime
TimeKeyIncremental temporal valueLong
RfqIdPrimary key for the quotation
schema
String
RfqItemQuotation itemLong
SupplierIdIdentifier of the quotation supplierInteger
ProductIdIdentifier of the quotation item
product
String
NameAttribute nameString
ItemAttributeIdIdentifier of the item attribute
filled for the quotation
Integer
ValueAttribute contentString

RfqItemAttributeValues Schema Joins

The RfqItemAttributeValues schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
RfqAttendeesRfqIdRelates the RfqItemAttributeValues rows with the RFQAttendees rows
RfqResponseItemsRfqId and RfqItemIdRelates the RfqItemAttributeValues rows with the RfqResponseItems rows
RfqBorgsRfqIdRelates the RfqItemAttributeValues rows with the RfqBorgs rows
RfqsRfqIdRelates the RfqItemAttributeValues rows with the Rfqs rows
RfqItemsRfqId and RfqItemIdRelates the RfqItemAttributeValues rows with the RfqItems rows
RfqItemRequestsRfqId and RfqItemIdRelates the RfqItemAttributeValues rows with the RfqItemRequests rows
RfqTasksRfqIdRelates the RfqItemAttributeValues rows with the RfqTasks rows
RfqResponseItemHistoryRfqId and RfqItemIdRelates the RfqItemAttributeValues rows with the RfqResponseItemHistory rows
RfqResponseItemCounterProposalsRfqId and RfqItemIdRelates the RfqItemAttributeValues rows with the RfqResponseItemCounterProposals rows
RfqResponseTaxesRfqId and RfqItemIdRelates the RfqItemAttributeValues rows with the RfqResponseTaxes rows
RfqAttributeValuesRfqIdRelates the RfqItemAttributeValues rows with the RfqAttributeValues rows

RfqTaskHistories

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtTransaction reference dateDatetime
TimeKeyIncremental temporal valueInteger
TaskHistoryIdInternal identifier of the task historyInteger
TaskIdTask identifierInteger
TaskUserIdUser identifierInteger
ActionTask status:
I = Created
D = Cancelled
U = Updated
String
DateEffective action dateDatetime
NoteNoteString

RfqTaskHistories Schema Joins

SchemaRelationship ColumnDescription
RfqTasksTaskIdRelates the rows of RfqTaskHistories with the rows of RfqTasks.
UsersTaskUserIdRelates the rows of RfqTaskHistories with the rows of Users.

RfqTaskEvaluationResponses

ColumnDescriptionType
IdInternal identifierString
TenantIdCustomer identifierString
UpdatedAtDate of the last record updateDatetime
SnapshotAtTransaction reference dateDatetime
TimeKeyIncremental temporal valueInteger
RfqTaskEvaluationResponseIdInternal identifier of the evaluation responseString
TaskEvaluationIdInternal identifier of the evaluation taskString
EvaluationCriteriaIdInternal identifier of the evaluation criterionString
RfqIdPrimary key for the quotation
schema
String
SupplierIdSupplier identifier.
Primary key for the supplier schema
String
TaskIdTask identifier.
Primary key for the task schema (RfqTasks)
String
ResponseValueTechnical evaluation response score.
The evaluator provides a rating from 0 to 10
Integer
WeightEvaluation criterion weightInteger

RfqTaskEvaluationResponses Schema Joins

The RfqTaskEvaluationResponses schema has relationships with the following schemas:

SchemaRelationship ColumnDescription
ContractItemsRfqIdRelates the rows of RfqTaskEvaluationResponses with the rows of ContractItems.
OrdersRfqId and SupplierIdRelates the rows of RfqTaskEvaluationResponses with the rows of Orders.
RequestItemStatusRfqIdRelates the rows of RfqTaskEvaluationResponses with the rows of RequestItemStatus.
RfqsRfqIdRelates the rows of RfqTaskEvaluationResponses with the rows of Rfqs.
RfqItemsRfqIdRelates the rows of RfqTaskEvaluationResponses with the rows of RfqItems.
RfqItemRequestsRfqIdRelates the rows of RfqTaskEvaluationResponses with the rows of RfqItemRequests.
RfqResponseItemsRfqIdRelates the rows of RfqTaskEvaluationResponses with the rows of RfqResponseItems.
RfqResponseItemHistoryRfqIdRelates the rows of RfqTaskEvaluationResponses with the rows of RfqResponseItemHistory.
RfqAttendeesRfqId and SupplierIdRelates the rows of RfqTaskEvaluationResponses with the rows of RfqAttendees.
RfqTasksRfqId and TaskIdRelates the rows of RfqTaskEvaluationResponses with the rows of RfqTasks.
RfqBorgsRfqIdRelates the rows of RfqTaskEvaluationResponses with the rows of RfqBorgs.
RfqResponseItemCounterProposalsRfqId and SupplierIdRelates the rows of RfqTaskEvaluationResponses with the rows of RfqResponseItemCounterProposals.
RfqResponseTaxesRfqIdRelates the rows of RfqTaskEvaluationResponses with the rows of RfqResponseTaxes.
RfqAttributeValuesRfqIdRelates the rows of RfqTaskEvaluationResponses with the rows of RfqAttributeValues.
RfqItemAttributeValuesRfqId and SupplierIdRelates the rows of RfqTaskEvaluationResponses with the rows of RfqItemAttributeValues.
TrackingTransactionsRfqIdRelates the rows of RfqTaskEvaluationResponses with the rows of TrackingTransactions.
ContractsSupplierIdRelates the rows of RfqTaskEvaluationResponses with the rows of Contracts.
InvoicesSupplierIdRelates the rows of RfqTaskEvaluationResponses with the rows of Invoices.
PreOrdersSupplierIdRelates the rows of RfqTaskEvaluationResponses with the rows of PreOrders.
ServiceSheetsSupplierIdRelates the rows of RfqTaskEvaluationResponses with the rows of ServiceSheets.
ServiceSheetItemsSupplierIdRelates the rows of RfqTaskEvaluationResponses with the rows of ServiceSheetItems.
SuppliersSupplierIdRelates the rows of RfqTaskEvaluationResponses with the rows of Suppliers.
SupplierBorgsSupplierIdRelates the rows of RfqTaskEvaluationResponses with the rows of SupplierBorgs.
SupplierGroupsSupplierIdRelates the rows of RfqTaskEvaluationResponses with the rows of SupplierGroups.
SupplierBusinessMetricsSupplierIdRelates the rows of RfqTaskEvaluationResponses with the rows of SupplierBusinessMetrics.
RfqTaskHistoriesTaskIdRelates the rows of RfqTaskEvaluationResponses with the rows of RfqTaskHistories.