RfQ Topic (Window ID-314)
Window: RfQ Topic
Description: Maintain RfQ Topics and Subscribers
Help: A Request for Quotation Topic allows you to maintain a subscriber list of potential Vendors to respond to RfQs
Tab: Topic
Description: Request for Quotation Topic
Help: A Request for Quotation Topic allows you to maintain a subscriber list of potential Vendors to respond to RfQs
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_RfQ_Topic.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_RfQ_Topic.AD_Org_ID numeric(10) Table Direct |
Name | Alphanumeric identifier of the entity | The 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_Topic.Name character varying(60) String |
Description | Optional short description of the record | A description is limited to 255 characters. | C_RfQ_Topic.Description character varying(255) String |
Active | The record is active in the system | There 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_Topic.IsActive character(1) Yes-No |
Self-Service | This is a Self-Service entry or this entry can be changed via Self-Service | Self-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_Topic.IsSelfService character(1) Yes-No |
Print Format | Data Print Format | The print format determines how data is rendered for print. | C_RfQ_Topic.AD_PrintFormat_ID numeric(10) Table Direct |
Tab: Subscriber
Description: Request for Quotation Topic Subscriber
Help: Subcriber to invite to respond to RfQs
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_RfQ_TopicSubscriber.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_RfQ_TopicSubscriber.AD_Org_ID numeric(10) Table Direct |
RfQ Topic | Topic for Request for Quotations | A Request for Quotation Topic allows you to maintain a subscriber list of potential Vendors to respond to RfQs | C_RfQ_TopicSubscriber.C_RfQ_Topic_ID numeric(10) Table Direct |
Business Partner | Identifies a Business Partner | A Business Partner is anyone with whom you transact. This can include Vendor, Customer, Employee or Salesperson | C_RfQ_TopicSubscriber.C_BPartner_ID numeric(10) Search |
Partner Location | Identifies the (ship from) address for this Business Partner | The Partner address indicates the location of a Business Partner | C_RfQ_TopicSubscriber.C_BPartner_Location_ID numeric(10) Table Direct |
User/Contact | User within the system - Internal or Business Partner Contact | The User identifies a unique user in the system. This could be an internal user or a business partner contact | C_RfQ_TopicSubscriber.AD_User_ID numeric(10) Table Direct |
Active | The record is active in the system | There 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_TopicSubscriber.IsActive character(1) Yes-No |
Subscribe Date | Date the contact actively subscribed | Date the contact subscribe the interest area | C_RfQ_TopicSubscriber.SubscribeDate timestamp without time zone Date |
Opt-out Date | Date the contact opted out | If the field has a date, the customer opted out (unsubscribed) and cannot receive mails for the Interest Area | C_RfQ_TopicSubscriber.OptOutDate timestamp without time zone Date |
Tab: Restriction
Description: Include Subscriber Only for certain products or product categories
Help: Enter the products / product categories for which the subscriber should be included. If no product / category is entered, the subscriber is requested to answer requests for all lines in a RfQ
Name | Description | Help | Technical Data |
---|---|---|---|
Tenant | Tenant for this installation. | A Tenant is a company or a legal entity. You cannot share data between Tenants. | C_RfQ_TopicSubscriberOnly.AD_Client_ID numeric(10) Table Direct |
Organization | Organizational entity within tenant | An organization is a unit of your tenant or legal entity - examples are store, department. You can share data between organizations. | C_RfQ_TopicSubscriberOnly.AD_Org_ID numeric(10) Table Direct |
RfQ Subscriber | Request for Quotation Topic Subscriber | Subscriber to invite to respond to RfQs | C_RfQ_TopicSubscriberOnly.C_RfQ_TopicSubscriber_ID numeric(10) Table Direct |
Active | The record is active in the system | There 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_TopicSubscriberOnly.IsActive character(1) Yes-No |
Product | Product, Service, Item | Identifies an item which is either purchased or sold in this organization. | C_RfQ_TopicSubscriberOnly.M_Product_ID numeric(10) Search |
Product Category | Category of a Product | Identifies the category which this product belongs to. Product categories are used for pricing and selection. | C_RfQ_TopicSubscriberOnly.M_Product_Category_ID numeric(10) Table Direct |
Description | Optional short description of the record | A description is limited to 255 characters. | C_RfQ_TopicSubscriberOnly.Description character varying(255) String |