Closed MasterHardik closed 1 month ago
ofbiz-framework
root folder, so skipping to push changes coz it contains only my plugin data. ofbiz-framework/applications/datamodel/data/seed/ProductSeedData.xml
ProductCategoryType
entity create three values : BRAND
, VMRS
, SUBBRAND
, AAIA
GoodIdentificationType
entity from webtools add values : [goodIdentificationTypeId
: UP , description
: GTIN-12 ] & [goodIdentificationTypeId
: EN , description
: GTIN-13 ]Note: Just see path above in applications/datamodel/data/seed/
just add the data first to resolve.
facilityGroup
in the in the productPrice table if its not created on load
command
Path: HotWax-Systems-Training/entitydef/entitymodel.xml
<field name="facilityGroupId" type="id"><description>Extended Field for Facility Group Id</description></field>
facilityGroupTypeId
= PRICE_REGION
& Description
= Price by region
in entity FacilityGroupType
ProductPriceType
entity as B2C_OFFER_PRICE
& Description Business to Customer Offer Price
Overview
This issue addresses the need to augment the seed data for the
PIES(Product Information Exchange Standard)
XML file by adding new identification types that currently do not exist. This will resolve foreign key constraint errors encountered during execution.Requirements
GoodIdentificationTypeId
anddescription
values to the GoodIdentificationType entity in the file located at:applications/datamodel/data/seed/ProductSeedData.xml
Additional Changes
Also consider augmenting the following entries to enhance product feature, content, and pricing information with their respective code line :
ProductFeatureType
ProductContentType
ProductPriceType
Ensure that the added entries do not violate existing foreign key constraints.
Next Steps
PIES
xml file consisting theItems
data.InputXMLFile
folder in.