SupplierNegotiationssupplierssupplierLineAccessRestrictions
Implements line-level access restrictions, ensuring certain suppliers only see or bid on designated negotiation lines.
Columns
| Name | Type | Description |
| SupplierNegotiationsAuctionHeaderId [KEY] | Long | Unique identifier for the auction header in the supplier negotiation record. This ID links the supplier's line access restrictions to the specific auction process. It can be found in the auction data tables. |
| SuppliersAuctionHeaderId [KEY] | Long | Unique identifier for the auction header related to the supplier's access restrictions. It helps associate the supplier with the specific auction event and is found in the auction setup tables. |
| SuppliersSupplierInvitationId [KEY] | Long | Unique identifier for the supplier invitation associated with the line access restriction. This ID helps track the supplier's participation and can be found in the invitation records. |
| AuctionHeaderId [KEY] | Long | Unique identifier for the auction process to which the supplier's line access restrictions apply. It connects the supplier with the auction process and is available in the auction event tables. |
| SupplierInvitationId [KEY] | Long | Unique identifier for the supplier invitation within the negotiation process. This ID helps track invitations sent to suppliers and is stored in the invitation management tables. |
| LineId [KEY] | Decimal | Unique identifier for the specific negotiation line. This ID is used to link the supplier’s access restriction to a particular line in the auction or negotiation and is found in the negotiation line tables. |
| Line | String | Number or identifier that specifies the negotiation line. This value allows the system to reference specific lines within the auction or negotiation process and is used in reporting or filtering data. |
| LineDescription | String | Text description of the negotiation line. This provides more context or details about the line and is typically stored in the line data or negotiation details. |
| CreatedBy | String | Name or identifier of the user who created the record for the supplier’s line access restriction. This helps trace the origin of the record and is available in user or audit logs. |
| CreationDate | Datetime | Date and time when the supplier’s line access restriction record was created. This helps track when restrictions were applied and is logged in system activity or audit trails. |
| LastUpdatedBy | String | Name or identifier of the user who last updated the supplier’s line access restriction record. This field allows for tracking changes made to the record and is found in audit or modification logs. |
| LastUpdateDate | Datetime | Date and time when the supplier’s line access restriction record was last updated. This helps monitor when changes were made and is recorded in the system's history or modification logs. |
| Finder | String | Search term or filter used to locate supplier line access restriction records in the system. This could be used in system queries, reports, or filtering functions to retrieve specific supplier data. |
| EffectiveDate | Date | Date from which the record is effective. This helps determine which resources are active as of the specified date and is used for filtering and managing time-sensitive data. |