Question

How can i insert data on Child table if data is present in Parent table

  • 25 October 2022
  • 1 reply
  • 72 views

Badge

Integration Process mode:-check with Child table with ParentID, if Parent ID is Available on Child Table

record inserted on Child table only else Record will be insert both the table.

 

Can Any one Help me Regarding This??


1 reply

Userlevel 6
Badge +17

I would attempt the child record insert and check the response. If you get the error indicating the parent record does not exist then retry creating the parent record, followed by the same child record insert.

Reply