Add multiple records for a related object in the same flow
An administrator can configure to have Add More button in the drawer. This button can be added for a related (1:M or M:M) object.
User can add multiple records in the same flow.
Steps to Enable
Leverage the Visual Builder Studio to expose your applications. To learn more about extending your application using Visual Builder, visit Oracle Help Center > your apps service area of interest > Books > Configuration and Extension.
In Before Invoke Smart Action Event Listener return following value for the Action.
return {
actionConfig: {
showAddMore: true
},
continue: true
};