Re: What is FrenchCustomer

Posted by Jacques Le Roux on
URL: http://ofbiz.116.s1.nabble.com/What-is-FrenchCustomer-tp4763774p4763809.html

Hi Emad,

Here is the FrenchCustomer record in trunk demo: https://demo-trunk.ofbiz.apache.org/webtools/control/entity/find/Party/FrenchCustomer

Here is the CommunicationEvent table in trunk demo: https://demo-trunk.ofbiz.apache.org/webtools/control/entity/find/CommunicationEvent

Here are the related demo data (look for "FrenchCustomer"):
https://github.com/apache/ofbiz-framework/blob/trunk/applications/datamodel/data/demo/OrderDemoData.xml

I can't see how a new CommunicationEvent could be related to any of your created parties, maybe custom changes?

You may try to delete the FrenchCustomer data to find from where the connection was made

BTW I guess it's only in a trying OFBiz instance you use. You should not have any demo data in a production instance

HTH

Jacques


Le 14/01/2021 à 14:41, Emad Radwan a écrit :
> Hi Community,
>
> I noticed that when I created a new Customer that a new record is created in table Communication_Event
> which is ok, however, I found that the mentioned record contains 'FrenchCustomer' value in the Party_id_from field and I understand thqt this is from demo data, so what's the point here?
>
> Regards,
>
> Emad.