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.
371
366
372
367
Large record lists are automatically split into chunks of up to
@@ -383,9 +378,7 @@ def _create_multiple(
383
378
:rtype: ``list[str]``
384
379
385
380
.. note::
386
-
Logical type stamping: if any payload omits ``@odata.type`` the client
387
-
injects ``Microsoft.Dynamics.CRM.<table_logical_name>``. If all payloads
388
-
already include ``@odata.type`` no modification occurs.
381
+
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.
389
382
390
383
.. warning::
391
384
When input exceeds ``_MULTIPLE_BATCH_SIZE`` records, the operation is
0 commit comments