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
RfqIdPrimary key for the <glossary:RFQ> schema (quotation)String
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
StatusPendencyTypePending statusEnum
NegotiationPhaseTypeNegotiation phase typeEnum
StatusTypeQuotation status typeEnum
OriginQuotation originEnum
OriginalRfqOriginal quotationString
CreatedDateShortlistDate when the quotation shortlist was createdDatetime
PresentValueDailyTaxPresent value daily rateDouble
ContractIdContract identifierString

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
RfqIdPrimary key for the quotation schemaString
RfqItemIdItem number of the quotationString
ProductRfqProduct code/key in the quotation table. Note: The same ProductId in two different quotations will have 2 ProductRfqInteger
QuantityQuantity of the item in the quotationDouble
ItemNumberItem number in the quotationInteger
ProductIdProduct registration code of the buyer. Note: The same ProductId in two different quotations will have 2 ProductRfqInteger
CodeItem code of the quotationString
ClientCodeClient's item code in the quotationString
MeasureUnit of measure of the item in the quotationString
GroupIdGroup identifier of the item in the quotationString
GroupClientCodeClient's group code of the item in the quotationString
GroupDescriptionDescription of the item group in the quotationString
GroupParentParent group of the item in the quotationString
EstimatedDeadlineEstimated deadline in days for the item in the quotationInteger
StatusStatus of the item in the quotationString
DescriptionDescription of the item in the quotationString
ComplementComplement of the item in the quotationString
ProductMaterialTypeIndicates if the product is a material or a serviceString
ProductGenericIndicates if the product is generic. Product with code = "False", product without code (generic) = "True"Boolean
CanceledIndicates if the item in the quotation was canceled (true or false)Boolean
FirstPriceAmount sent in the first quotation. Does not correspond to the final amount.Double
CreatedDateDate of creation of the item in the quotationDatetime

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
RfqIdPrimary key for the schema of the quotationString
RfqItemIdQuotation item numberString
RequestIdPrimary key for the schema of the RequestString
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
TenantIdClient identifierString
UpdatedAtDate of last record updateDatetime
RfqIdPrimary key for the quotation schemaString
RfqItemIdQuotation item numberString
RfqAttendeeIdIdentifier of the quotation participantString
ProductRfqIdentifier of the product item in the quotation responseInteger
AnswerDateResponse dateDatetime
RefusedTrue if refused, otherwise FalseBoolean
PriceItem price in the quotation responseDouble
DeadlineDeadline (in days) for item delivery in the quotation responseInteger
IpiIPI tax rateDouble
IpiIncludedIndicates if IPI is includedString
IcmsICMS tax rateDouble
IcmsIncludedIndicates if ICMS is includedString
NoteObservation for the item in the quotation responseString
IcoTermsIncotermsString
DeliveryDateItem delivery date in the quotation responseDatetime
FreightFreight cost of the item in the quotation responseDouble
TotalPriceTotal item price in the quotation responseDouble
TotalWithTaxesTotal item value including taxes in the quotation responseDouble
IvaCodeVAT codeString
IvaValidValid VATBoolean
CurrencyCodeCurrency codeString
FirstResponseValueFirst response value of the item in the quotation. This value is not updated, so if the first response is "canceled", it will still be considered the first response by this field.Double
SupplierNameSupplier nameString
SupplierOriginSupplier originString
SupplierCodeSupplier codeString
PaymentConditionPayment termsString
ExpirationDateExpiration date of the quotationDatetime
BuyerNameName of the responsible buyerString
BuyerIdID of the responsible buyerString
MeasureUnit of measure of the item in the quotation responseString
GrossPriceGross item price in the quotation responseDouble
NetPriceNet item price in the quotation responseDouble
PresentValueNetUnitPricePresent net unit price (without taxes)Double
PresentValueUnitPriceWithTaxPresent unit price with taxesDouble
PresentValueEqualizedUnitPricePresent equalized unit priceDouble
PresentValueTotalNetPricePresent total net price (without taxes)Double
PresentValueTotalWithTaxesPresent total price with taxesDouble
PresentValueTotalEqualizedPresent total equalized priceDouble
TargetDateTarget date for item delivery in the quotation responseDatetime
CreatedDateCreation date of the quotation responseDatetime

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
TenantIdClient identifierString
UpdatedAtDate of the last record updateDatetime
RfqIdPrimary key for the quotation schemaString
RfqItemIdQuotation item numberString
RfqAttendeeIdIdentifier of the quotation participantString
ProductIdProduct identifierLong
AnswerDateResponse dateDatetime
PricePrice of the quotation response itemDouble
ActiveTrue if the quotation response item is active, otherwise FalseBoolean
CreatedDateCreation date of the quotation response 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
RfqIdPrimary key for the RFQ schemaString
RfqAttendeeIdIdentifier of the RFQ participantString
SupplierIdSupplier identifierString
SupplierNameSupplier nameString
FreightFreight of the RFQ participantDouble
IcoTerms<glossary:Incoterms>String
RefusedTrue if the RFQ participant refused, otherwise FalseBoolean
ReceiveDateDate the RFQ was receivedDatetime
AnswerDateDate of the RFQ responseDatetime
CreatedDateDate the RFQ was createdDatetime
ReasonForBuyerResponseBuyer's response justificationString
ResponseOwnerIdId of the person responsible for the RFQ responseInteger
RespondentPerson who responded to the RFQString

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
TenantIdClient identifierString
UpdatedAtDate of last record updateDatetime
TaskIdTask identifierString
RfqIdPrimary key for the RFQ schemaString
CreationDateDate when the RFQTasks was createdDatetime
ConclusionDateDate when the RFQTasks was concludedDatetime
DescriptionDescription of the task typeString
StatusStatus of the RFQTasksInteger
TechnicalResponsibleName of the task's technical responsibleString
TechnicalResponsibleEmailEmail of the task's technical responsibleString
TechnicalResponsibleCommentsNotes on the technical evaluationString
ApprovalNotesNotes on the task approvalString

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
RfqIdPrimary key for the RFQ schemaString
BorgIdBusiness unit identifierString
CodeBusiness unit codeString
NameBusiness unit nameString
VentIdVirtual Entity (VEnt) identifier of the business unitString
VentNameName of the Virtual Entity (VEnt) of the business unitString
VentTypeType of the Virtual Entity (VEnt) of the business unitString

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
TenantIdClient identifierString
UpdatedAtDate of the last record updateDatetime
RfqIdPrimary key for the RFQ schemaString
ProductIdIdentifier of the product item in the RFQ responseString
CounterProposalIdIdentifier of the counterproposal for the RFQ response itemString
StatusStatus of the counterproposalString
OriginOrigin of the counterproposalString
CounterProposalDateDate of the counterproposalDateTime
TypeType of the counterproposalString
SuggestedPriceSuggested price of the counterproposalDouble
PricePrice of the counterproposalDouble
ReadDateDate when the counterproposal was readDateTime
AcceptRefuseDateDate when the counterproposal was accepted or refusedDateTime
SupplierNoteSupplier's note on 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
TenantIdClient identifierString
UpdatedAtDate of last record updateDatetime
RfqIdPrimary key for the RFQ schemaString
RfqItemIdRFQ item numberString
RfqAttedeeIdIdentifier of the RFQ participantString
TaxNameTax name. Example: Cofins, ICMS, IPIString
TaxApplicationField to indicate if any tax is appliedString
ValueTax valueDouble

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
TenantIdClient identifierString
UpdatedAtDate of the last record updateDateTime
RfqIdPrimary key for the quotation schemaString
NameAttribute nameString
ValueAttribute contentString
CategoryQuotation category linking attributes by categoryInteger

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
TenantIdClient identifierString
UpdatedAtDate of last record updateDateTime
RfqIdPrimary key for the quotation schemaString
RfqItemQuotation itemInteger
SupplierIdIdentifier of the quotation supplierInteger
ProductIdIdentifier of the quotation item productString
NameAttribute nameString
ItemAttributeIdIndicates the Id of the item attribute filled for a specific quotationInteger
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