Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property optimizes the import set insert multiple API by leveraging GlideRecord, which can significantly improve data insertion performance. |
| What area does it affect? |
Import Set API Performance |
| What does the default mean? |
The default value is "false", which means this behavior is disabled by default. |
| When should you review it? |
Review this property when optimizing data import processes or adjusting user roles for integration access. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.import_set_api.insert_multiple_optimize |
| Sys ID |
e300e385ff6211105cf343d0653bf1d7 |
| Type |
boolean |
| Application |
Global |
| Default value |
false |
| Description |
Optimize the import set insert multiple API performance by using the GlideRecord to save data. When the parameter is set, it requires integration users to have import_transfomer role to access the API. |
| Updated |
2024-05-25 04:40:07 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... data, undermining data integrity, confidentiality, and compliance with organizational security policies. Functional impact None Dependencies and prerequisites None Use of secure insert multiple operation within import set API Use the com.glide.import_set_api.insert_multiple_optimize property to control whether GlideRecordSecure or GlideRecord is used for the Insert Multiple operation within the Import Set API. The com.glide.import_set_api.insert_multiple_optimize system property controls whether GlideRecordSecure or GlideRecord is used ...
Related properties