From f3a6954c31961b10b8144614a8816c49f6ab5788 Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Thu, 23 Jul 2026 11:06:01 -0700 Subject: [PATCH] Document configurable attachment upload limit --- site/guide/inventory/_field-types.qmd | 6 +++--- site/guide/inventory/edit-inventory-fields.qmd | 5 +++-- site/guide/validation/update-artifacts.qmd | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/site/guide/inventory/_field-types.qmd b/site/guide/inventory/_field-types.qmd index 3b721aa398..4738e3e00c 100644 --- a/site/guide/inventory/_field-types.qmd +++ b/site/guide/inventory/_field-types.qmd @@ -57,12 +57,12 @@ For an aggregation field that returns the most recent date a Policy Exception wa :::: {.content-visible when-format="html" when-meta="includes.inventory"} Attachments -: Upload supporting files for your record.^[[Manage attachments on records](/guide/inventory/edit-inventory-fields.qmd#manage-attachments)] Files must be less than 50 MB each in size. +: Upload supporting files for your record.^[[Manage attachments on records](/guide/inventory/edit-inventory-fields.qmd#manage-attachments)] The default maximum upload size is 100 MB per file. The limit shown in {{< var vm.product >}} may differ depending on your deployment configuration. :::: :::: {.content-visible when-format="html" when-meta="includes.artifacts"} Attachments -: Upload supporting files for your artifact.^[[Manage attachments on artifacts](/guide/validation/update-artifacts.qmd#manage-attachments)] Files must be less than 50 MB each in size. +: Upload supporting files for your artifact.^[[Manage attachments on artifacts](/guide/validation/update-artifacts.qmd#manage-attachments)] The default maximum upload size is 100 MB per file. The limit shown in {{< var vm.product >}} may differ depending on your deployment configuration. :::: Calculation @@ -302,7 +302,7 @@ User :::: {.content-hidden unless-format="revealjs"} Attachments -: Upload supporting files for your [record](/guide/inventory/edit-inventory-fields.qmd#manage-attachments){target="_blank"} or [artifact](/guide/validation/update-artifacts.qmd#manage-attachments){target="_blank"}. Files must be less than 50 MB each in size. +: Upload supporting files for your [record](/guide/inventory/edit-inventory-fields.qmd#manage-attachments){target="_blank"} or [artifact](/guide/validation/update-artifacts.qmd#manage-attachments){target="_blank"}. The default maximum upload size is 100 MB per file. The limit shown in {{< var vm.product >}} may differ depending on your deployment configuration. Calculation : Define a `formula(params)` function that reads field values from the `params` dictionary (`params["fieldKey"]`) and returns a read-only value. Formulas are written in Starlark and have access to a set of built-in helpers for dates, numbers, and lists. diff --git a/site/guide/inventory/edit-inventory-fields.qmd b/site/guide/inventory/edit-inventory-fields.qmd index 0f57706c61..6bddba7ebd 100644 --- a/site/guide/inventory/edit-inventory-fields.qmd +++ b/site/guide/inventory/edit-inventory-fields.qmd @@ -90,7 +90,9 @@ Learn more: [Work with content blocks](/guide/documentation/work-with-content-bl ### Manage attachments on records -::: {.callout title="Uploaded files must be less than 50 MB each in size."} +::: {.callout title="The default maximum upload size is 100 MB per file."} +The limit shown in {{< var vm.product >}} may differ depending on your deployment configuration. + - To work with attachments on records, first add an attachment inventory field.[^10] - Select attachments in `.pdf` format as context documents when generating text blocks with AI within your documents.[^11] ::: @@ -164,4 +166,3 @@ In addition to editing individual fields on a per record basis, you can edit fie - diff --git a/site/guide/validation/update-artifacts.qmd b/site/guide/validation/update-artifacts.qmd index 45bad46e16..782d8b9874 100644 --- a/site/guide/validation/update-artifacts.qmd +++ b/site/guide/validation/update-artifacts.qmd @@ -72,7 +72,7 @@ After an artifact is created, you can upload attachments as supporting documenta #### Add attachments to artifacts ::: {.callout} -Uploaded files must be less than 50 MB each in size. +The default maximum upload size is 100 MB per file. The limit shown in {{< var vm.product >}} may differ depending on your deployment configuration. ::: 1. Click on the header of your attachment field. @@ -142,4 +142,4 @@ If you logged an artifact in error or otherwise no longer need to track that art [^10]: [View and filter artifacts](view-filter-artifacts.qmd) -[^11]: [Manage artifact types](manage-artifact-types.qmd) \ No newline at end of file +[^11]: [Manage artifact types](manage-artifact-types.qmd)