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 DataObjArr array of DataObjs with data for new records. Record IDs and auto-numbers are assigned automatically.

useIds

A boolean value: if true, use numeric IDs for lookup and picklist values; otherwise, use integration codes and record names.

Output

Ids of newly created records as a LongArr

Required Permissions

Create permission for the requested object type.