Maxo42 wrote
ACDC wrote
This looks like you have the incorrect object setup in the INPUT settings of the process. By removing it the selection list will go away
When I choose the object in which the object must go, it does not work anymore, as you can see on the screenshot
belowInputObject.png
From this simple process it looks like you are not creating a relationship between the two objects. Look in the database directly see what the records show.
CREATE ConsultationPatient
Will just create a ConsultationPatient with no values other than ID, BASVersion and Timestamp set.
If the BOs were DoddierPatient and ConsultationPatient and DossierPatient.omConsultations and DossierPatientConsultation.obPatient then the process should receive DossierPatient as an input and the create should look like
CREATE ConsultationPatient WITH ConsultationPatient.obPatient=DossierPatient
The grid is not refreshing because AIM doesn't have a relationship between the two objects to update the grid with.