Web Store Freight

W_Store_Freight

Overview

Table NameW_Store_Freight
Access LevelClient Only
Entity TypeE
Is DocumentNo
Is ViewNo
Has UUIDYes
Parent TableM_FreightCategory
WikiView on iDempiere Wiki

Columns (19)

Column Type Required Default Description
DeliveryViaRule List(1) No - How the order will be delivered
FreightCostRule List(1) No - Method for charging Freight
M_FreightCategory_ID Table Direct(10) No - Category of the Freight
M_Shipper_ID Table Direct(10) No - Method or manner of product delivery
SeqNo Integer(22) Yes @SQL=SELECT COALESCE(MAX(SeqNo),0)+10 AS DefaultValue FROM W_Store_Freight WHERE W_Store_Freight_ID=@W_Store_Freight_ID@ AND W_Store_ID=@W_Store_ID Method of ordering records; lowest number comes first
W_Store_ID Table Direct(10) Yes - A Web Store of the Tenant
AD_Client_ID Search(10) Yes @#AD_Client_ID@ Tenant for this installation.
AD_Org_ID Table Direct(10) Yes @AD_Org_ID@ Organizational entity within tenant
Created Date+Time(7) Yes - Date this record was created
CreatedBy Search(10) Yes - User who created this records
Description String(255) No - Optional short description of the record
Help String(2000) No - Comment or Hint
IsActive Yes-No(1) Yes Y The record is active in the system
Name String(60) Yes - Alphanumeric identifier of the entity
Updated Date+Time(7) Yes - Date this record was updated
UpdatedBy Search(10) Yes - User who updated this records
Value String(40) No - Search key for the record in the format required - must be unique
W_Store_Freight_ID ID(22) Yes - -
W_Store_Freight_UU String(36) No - -

Foreign Keys

Column References Description
M_FreightCategory_ID M_FreightCategory.M_FreightCategory_ID Category of the Freight
M_Shipper_ID M_Shipper.M_Shipper_ID Method or manner of product delivery
W_Store_ID W_Store.W_Store_ID A Web Store of the Tenant
AD_Client_ID AD_Client.AD_Client_ID Tenant for this installation.
AD_Org_ID AD_Org.AD_Org_ID Organizational entity within tenant

Generated on 2026-05-03T17:58:08.303451790Z