Master Detail
Summary
Pass Master Record ID to Detail Record ID when savingContent
Hello,
I've created a transaction entry screen based on two business objects. There is a Header table (Master) and Lines table (detail) each with its own business object.
When entering a transaction, I would like to save both the Header and Line (i.e., save to two business objects) based on one event. The problem I have is I would like to pass the Header ID field (which is the ID generated by VBCS so it is not available until a save is executed) in the master table to the Header ID field in the detail table and then save. The Header ID in the detail table is referenced from the Header ID in the master table.
Tagged:
0