Hi everyone, Hopefully you are all having a great Friday.
I have a question for data imports from Json or XML. My situation: I have a PHP Laravel Web app that is hosted on a third party server, while I am using Ofbiz 18.12 locally to manage my company. The PHP app has a contact form so people can send me inquiries. Since I do not want to store the same data in two separate places, I thought the smartest thing to do is, in the PHP app, to create some sort of Json / XML file that I can then import into ofbiz. Particularly I want to create Parties that are People with the RoleTypeId of Lead. I tried to do this in the demo for the trunk that's online :) PartyId = DemoLeadTester & ImportPerson1 I touched the Party, PartyRole PartyAndPerson Tables. Just wanted to see if there is anything that I am missing here and what your thoughts are on my import workflow / method. Thanks so much for all the help, and sorry for the perhaps simple questions, but I am a complete newby :). Enjoy your weekend. Sincerely, Sebastian Dill
