createArrNoAudit()
Purpose
Creates an array of new object records. This API increments the hits counter for each array
element. This is the same as createArr(), except that it blocks
Audit records.
Syntax
createArrNoAudit(string sessionId, DataObjArr
arr, boolean useIds);
Parameters
sessionId
A string containing the session ID obtained at log in.
arr
A
useIds
A boolean value: if
Output
Ids of newly created records as a LongArr
Required Permissions
Create permission for the requested object type.