You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Create multiple records using the collection-bound ``CreateMultiple`` action.
342
337
343
338
Large record lists are automatically split into chunks of up to
@@ -354,9 +349,7 @@ def _create_multiple(
354
349
:rtype: ``list[str]``
355
350
356
351
.. note::
357
-
Logical type stamping: if any payload omits ``@odata.type`` the client
358
-
injects ``Microsoft.Dynamics.CRM.<table_logical_name>``. If all payloads
359
-
already include ``@odata.type`` no modification occurs.
352
+
Logical type stamping: if any payload omits ``@odata.type`` the client injects ``Microsoft.Dynamics.CRM.<table_logical_name>``. If all payloads already include ``@odata.type`` no modification occurs.
360
353
361
354
.. warning::
362
355
When input exceeds ``_MULTIPLE_BATCH_SIZE`` records, the operation is
0 commit comments