Copy the demo data, change it to match your requirement and import it
through http://localhost:8080/webtools application. You can give your
own ids (not system generated) in the data you creating for your
application.
Raj
Brendan Vogt wrote:
DHL can not come from seed data because in my seed data I only have 3
parties that were created.
I the demo data there is a party called Company as Id. In the seed data
there is no such party. How do I add this party so that it looks exactly
like the demo data. If I add a party now then it appends and number Id to
it.
When it is ideal to use a number Id or a text Id?
-----Original Message-----
From: Vikas Mayur [mailto:[EMAIL PROTECTED]
Sent: Monday, December 10, 2007 6:24 AM
To: [email protected]
Subject: Re: Party IDs
System generates the Id's like 10000. I think SequenceUtil plays a role
here.
Every application need essential data to run.
In Ofbiz we have a number of seed data files that are required to load first
to run the application.
So DHL comes from seed Data.
On Dec 8, 2007 11:20 PM, Brendan Vogt <[EMAIL PROTECTED]> wrote:
Hi,
I see some party IDs are like 10000 and others have text like DHL. Why is
it like this?? How do I change it? Is there a best practices that I need
to follow when inserting IDs (if it can be done)?
Brendan