createRows() to add multiple attachments to Attachments table is throwing error
When adding multiple attachments to Attachments table using createRows() is throwing below error.
Error code : 60049
Error message : Not supported
at com.agile.api.pc.Session.createError(Session.java:2047)
at com.agile.api.pc.APIObject.createError(APIObject.java:78)
at com.agile.api.pc.TableAttachment.checkSupportsBatchCreate(TableAttachment.java:389)
at com.agile.api.pc.Table.createRows(Table.java:901)