My goal - read the entire postgres table customers and put it into a BDM table.
BOS file, log output, and Postgres table definition are in the “CASE1” folder in my Google Drive public folder. I know that the test is nt BPMN2 compliant.
https://drive.google.com/open?id=0B7ig1ZvVKJMid3BObkdSYkxkMWM
I’ve created two BDM tables. One a working table, the other a reference table (bdocustomer and bdoPGcustomer respectively).
I have a connector in step one that successfully retrieves that data from Postgres.
I have a process variable defined - pvar_PGcustomer_temp - that …should… receive the data from the connector. I think.
The form, when this works, right now will just display the contents of the table that will become the working file - bdocustomer, and the retrieved Postgres data - bdoPGcustomer.
To achieve my goal, the connector - out - will write the temporary process variable contents to the bdoPGcustomer table.
Thanks… I’d be enjoying this process a lot more if I weren’t under-the-gun to deliver.