Skip to main content

Window: RfQ

[Created: 19/02/2004 - Updated: 02/01/2000 ]
Description: Manage Request for Quotations
Help: Request for Quotation to be sent out to vendors of a RfQ Topic. After Vendor selection, optionally create Sales Order or Quote for Customer as well as Purchase Order for Vendor(s)

Tab: RfQ

[Created: 19/02/2004 - Updated: 02/01/2000 ]
Description: Request for Quotation
Help: Request for Quotation to be sent out to vendors of a RfQ Topic. After Vendor selection, optionally create Sales Order or Quote for Customer as well as Purchase Order for Vendor(s)
Tab Level: 0

Table 10: RfQ - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_rfq.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_rfq.AD_Org_ID numeric(10)
Table Direct
Document NoDocument sequence number of the documentThe document number is usually automatically generated by the system and determined by the document type of the document. If the document is not saved, the preliminary number is displayed in "".If the document type of your document has no automatic document sequence defined, the field is empty if you create a new document. This is for documents which usually have an external number (like vendor invoice). If you leave the field empty, the system will generate a document number for you. The document sequence used for this fallback number is defined in the "Maintain Sequence" window with the name "DocumentNo_", where TableName is the actual name of the table (e.g. C_Order).c_rfq.DocumentNo character varying(30)
String
NameAlphanumeric identifier of the entityThe name of an entity (record) is used as an default search option in addition to the search key. The name is up to 60 characters in length.c_rfq.Name character varying(60)
String
DescriptionOptional short description of the recordA description is limited to 255 characters.c_rfq.Description character varying(255)
String
Comment/HelpComment or HintThe Help field contains a hint, comment or help about the use of this item.c_rfq.Help character varying(2000)
Text
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_rfq.IsActive character(1)
Yes-No
Sales RepresentativeSales Representative or Company AgentThe Sales Representative indicates the Sales Rep for this Region. Any Sales Rep must be a valid internal user.c_rfq.SalesRep_ID numeric(10)
Table
RfQ TopicTopic for Request for QuotationsA Request for Quotation Topic allows you to maintain a subscriber list of potential Vendors to respond to RfQsc_rfq.C_RfQ_Topic_ID numeric(10)
Table Direct
RfQ TypeRequest for Quotation Typec_rfq.QuoteType character(1)
List
Quote All QuantitiesSuppliers are requested to provide responses for all quantitiesIf selected, the response to the Request for Quotation needs to have a price for all Quantitiesc_rfq.IsQuoteAllQty character(1)
Yes-No
Quote Total AmtThe response can have just the total amount for the RfQIf not selected, the response must be provided per linec_rfq.IsQuoteTotalAmt character(1)
Yes-No
Invited Vendors OnlyOnly invited vendors can respond to an RfQThe Request for Quotation is only visible to the invited vendorsc_rfq.IsInvitedVendorsOnly character(1)
Yes-No
Self-ServiceThis is a Self-Service entry or this entry can be changed via Self-ServiceSelf-Service allows users to enter data or update their data. The flag indicates, that this record was entered or created via Self-Service or that the user can change it via the Self-Service functionality.c_rfq.IsSelfService character(1)
Yes-No
Responses AcceptedAre Responses to the Request for Quotation acceptedIf selected, responses for the RfQ are acceptedc_rfq.IsRfQResponseAccepted character(1)
Yes-No
Response DateDate of the ResponseDate of the Responsec_rfq.DateResponse timestamp without time zone
Date
Work StartDate when work is (planned to be) startedc_rfq.DateWorkStart timestamp without time zone
Date
CurrencyThe Currency for this recordIndicates the Currency to be used when processing or reporting on this recordc_rfq.C_Currency_ID numeric(10)
Table Direct
Delivery DaysNumber of Days (planned) until Deliveryc_rfq.DeliveryDays numeric(10)
Integer
Work CompleteDate when work is (planned to be) completec_rfq.DateWorkComplete timestamp without time zone
Date
Create and InviteCreate RfQ and Invite VendorsCreate (missing) RfQ Responses and optionally send EMail Invitation/Reminder to Vendors to respond to RfQc_rfq.PublishRfQ character(1)
Button
Rank ResponsesRank Completed RfQ ResponsesInvalid responses are ranked with 999 per Quantity. The Quantity Responses are ranked among each other and the RfQ Best Response updated. The response Lines is marked as Selected winner, where the line quantity purchase quantity is selected. A total winner is only selected, if the RfQ type is "Quote All Lines" or "Quote Total only".Then the rankings of all Quantity Responses are added for the total ranking of the response. The response with the lowest total ranking is marked as Selected Winner.c_rfq.RankRfQ character(1)
Button
Business PartnerIdentifies a Business PartnerA Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salespersonc_rfq.C_BPartner_ID numeric(10)
Search
Partner LocationIdentifies the (ship to) address for this Business PartnerThe Partner address indicates the location of a Business Partnerc_rfq.C_BPartner_Location_ID numeric(10)
Table Direct
User/ContactUser within the system - Internal or Business Partner ContactThe User identifies a unique user in the system. This could be an internal user or a business partner contactc_rfq.AD_User_ID numeric(10)
Table Direct
Margin %Margin for a product as a percentageThe Margin indicates the margin for this product as a percentage of the limit price and selling price.c_rfq.Margin numeric
Number
Create Sales OrderCreate Sales OrderA Sales Order is created for the entered Business Partner. A sales order line is created for each RfQ line quantity, where "Offer Quantity" is selected. If on the RfQ Line Quantity, an offer amount is entered (not 0), that price is used. If a magin is entered on RfQ Line Quantity, it overwrites the general margin. The margin is the percentage added to the Best Response Amount.c_rfq.CreateSO character(1)
Button
OrderOrderThe Order is a control document. The Order is complete when the quantity ordered is the same as the quantity shipped and invoiced. When you close an order, unshipped (backordered) quantities are cancelled.c_rfq.C_Order_ID numeric(10)
Search
Create Purchase OrderCreate Purchase Order(s) for RfQ Winner(s)Create purchase order(s) for the response(s) and lines marked as Selected Winner using the selected Purchase Quantity (in RfQ Line Quantity) . If a Response is marked as Selected Winner, all lines are created (and Selected Winner of other responses ignored). If there is no response marked as Selected Winner, the lines are used.c_rfq.CreatePO character(1)
Button
Copy LinesCopy Lines from another RfQc_rfq.CopyLines character(1)
Button
Close RfQClose RfQ and ResponsesClose the RfQ and all it's Responsesc_rfq.Processing character(1)
Button
ProcessedThe document has been processedThe Processed checkbox indicates that a document has been processed.c_rfq.Processed character(1)
Yes-No

Tab: Line

[Created: 19/02/2004 - Updated: 02/01/2000 ]
Description: RfQ Line
Help: Request for Quotation Line
Tab Level: 1

Table 20: Line - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_rfqline.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_rfqline.AD_Org_ID numeric(10)
Table Direct
RfQRequest for QuotationRequest for Quotation to be sent out to vendors of a RfQ Topic. After Vendor selection, optionally create Sales Order or Quote for Customer as well as Purchase Order for Vendor(s)c_rfqline.C_RfQ_ID numeric(10)
Search
Line NoUnique line for this documentIndicates the unique line for a document. It will also control the display order of the lines within a document.c_rfqline.Line numeric(10)
Integer
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_rfqline.IsActive character(1)
Yes-No
ProductProduct, Service, ItemIdentifies an item which is either purchased or sold in this organization.c_rfqline.M_Product_ID numeric(10)
Search
Attribute Set InstanceProduct Attribute Set InstanceThe values of the actual Product Attribute Instances. The product level attributes are defined on Product level.c_rfqline.M_AttributeSetInstance_ID numeric(10)
Product Attribute
DescriptionOptional short description of the recordA description is limited to 255 characters.c_rfqline.Description character varying(255)
String
Comment/HelpComment or HintThe Help field contains a hint, comment or help about the use of this item.c_rfqline.Help character varying(2000)
Text
Work StartDate when work is (planned to be) startedc_rfqline.DateWorkStart timestamp without time zone
Date
Delivery DaysNumber of Days (planned) until Deliveryc_rfqline.DeliveryDays numeric(10)
Integer
Work CompleteDate when work is (planned to be) completec_rfqline.DateWorkComplete timestamp without time zone
Date

Tab: Quantity

[Created: 19/02/2004 - Updated: 02/01/2000 ]
Description: RfQ Line Quantity
Help: Request for Quotation Line Quantity - You may request a quotation for different quantities
Tab Level: 2

Table 30: Quantity - Fields

Table: Report Parameters

NameDescriptionHelpTechnical Info
TenantTenant for this installation.A Tenant is a company or a legal entity. You cannot share data between Tenants.c_rfqlineqty.AD_Client_ID numeric(10)
Table Direct
OrganizationOrganizational entity within tenantAn organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations.c_rfqlineqty.AD_Org_ID numeric(10)
Table Direct
RfQ LineRequest for Quotation LineRequest for Quotation Linec_rfqlineqty.C_RfQLine_ID numeric(10)
Table Direct
ActiveThe record is active in the systemThere are two methods of making records unavailable in the system: One is to delete the record, the other is to de-activate the record. A de-activated record is not available for selection, but available for reports.There are two reasons for de-activating and not deleting records:(1) The system requires the record for audit purposes.(2) The record is referenced by other records. E.g., you cannot delete a Business Partner, if there are invoices for this partner record existing. You de-activate the Business Partner and prevent that this record is used for future entries.c_rfqlineqty.IsActive character(1)
Yes-No
UOMUnit of MeasureThe UOM defines a unique non monetary Unit of Measurec_rfqlineqty.C_UOM_ID numeric(10)
Table Direct
QuantityQuantityThe Quantity indicates the number of a specific product or item for this document.c_rfqlineqty.Qty numeric
Quantity
RfQ QuantityThe quantity is used when generating RfQ ResponsesWhen generating the RfQ Responses, this quantity is includedc_rfqlineqty.IsRfQQty character(1)
Yes-No
Benchmark PricePrice to compare responses toc_rfqlineqty.BenchmarkPrice numeric
Costs+Prices
Purchase QuantityThis quantity is used in the Purchase Order to the SupplierWhen multiple quantities are used in an Request for Quotation, the selected Quantity is used for generating the purchase order. If none selected the lowest number is used.c_rfqlineqty.IsPurchaseQty character(1)
Yes-No
Best Response AmountBest Response AmountFilled by Rank Response Processc_rfqlineqty.BestResponseAmt numeric
Amount
Offer QuantityThis quantity is used in the Offer to the CustomerWhen multiple quantities are used in an Request for Quotation, the selected Quantity is used for generating the offer. If none selected the lowest number is used.c_rfqlineqty.IsOfferQty character(1)
Yes-No
Offer AmountAmount of the Offerc_rfqlineqty.OfferAmt numeric
Amount
Margin %Margin for a product as a percentageThe Margin indicates the margin for this product as a percentage of the limit price and selling price.c_rfqlineqty.Margin numeric
Number