Property reference

glide.soapprocessor.large_field_patch_max

The glide.soapprocessor.large_field_patch_max property sets the maximum byte size for fields in incoming SOAP actions. If a field exceeds this limit, the data is stored as an attachment, which can impact data handling and record management.

Default: 512000 Type: integer Application: Global

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 defines the byte limit for incoming SOAP field values, converting larger values into attachments to ensure data integrity.
What area does it affect? SOAP processing
What does the default mean? The default value is "512000", which sets the baseline numeric behavior for this property.
When should you review it? Review this property when configuring SOAP integrations or troubleshooting data handling issues.

Out of the box property record

Raw metadata from the property record.

Property name glide.soapprocessor.large_field_patch_max
Sys ID d8ff545fc0a8006501e949e1b01b563b
Type integer
Application Global
Default value 512000
Description Maximum number of bytes per field in the incoming SOAP action. If the incoming value exceeds this size, it will be converted into an attachment to the record.
Updated 2024-05-25 03:39:11

Sources

Official references and nearby text excerpts where this property appears.