-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi Teams,
We have a use case which will need create/update multi records at one time.
Currently we are using follow scripts to save them.
cdsService.dispatch({
event: "CREATE",
path: this.entity.name,
data: [{}, {}, {}],
query: INSERT.into(this.entity).entries([{}, {}, {}])
})
But we found it will not generate audit log information.
Is create/update multi records at one time is supported in @cap-js/audit-logging ?
Follow are some version of components we are using.
- "@sap/cds": "7.8.2"
- "@cap-js/audit-logging": "0.8.3"
Thanks for the helping on this issue.
Best Regards,
Ye Li
Metadata
Metadata
Assignees
Labels
No labels