on 2017 Mar 30 11:37 AM
Hi Expert,
We have requirement to insert multiple record in 3 tables.
Table1 -Header
Table2 - Item2
Table3 - Item3
We have two approach, first one is to use $BATCH and second to use .XSJS
In $batch we are sending multiple record in batch request
In XSJS we are sending the request in DEEP_INSERT format by calling the service
https://<>/services/itemCreate.xsjs
{
Header
"Item1":[{
}],
"Item2":[{
}]
}
which approach we need to follow for better performance?
Regards,
Anurag Singh
User | Count |
---|---|
75 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.