MasterHardik / HotWax-Systems-Training

This is my repository that includes the assignments and tasks given to me during my training at HotWax Systems as an enterprise software developer.
1 stars 0 forks source link

Augmentation of Seed Data for PIES XML File #5

Closed MasterHardik closed 1 month ago

MasterHardik commented 1 month ago

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

Additional Changes

Also consider augmenting the following entries to enhance product feature, content, and pricing information with their respective code line :

<ProductPriceType description="Standard Price" productPriceTypeId="AC1"/>

Ensure that the added entries do not violate existing foreign key constraints.

Next Steps

MasterHardik commented 1 month ago

Progress Update

File Path :

 ofbiz-framework/applications/datamodel/data/seed/ProductSeedData.xml
MasterHardik commented 3 weeks ago

Points to Consider on Installation & Setup

Note: Just see path above in applications/datamodel/data/seed/ just add the data first to resolve.

MasterHardik commented 3 weeks ago
MasterHardik commented 3 weeks ago