From b8a20b8a7bd4f6481597040968409ac5d9d76309 Mon Sep 17 00:00:00 2001 From: mdriscollic <68030146+mdriscollic@users.noreply.github.com> Date: Thu, 30 Jul 2026 11:18:58 -0400 Subject: [PATCH 1/2] fix link --- .../settings_mosaic_integration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/Settings/Settings_mosaic_integration/settings_mosaic_integration.md b/content/en/docs/Settings/Settings_mosaic_integration/settings_mosaic_integration.md index 6de0e949..1d108ec0 100644 --- a/content/en/docs/Settings/Settings_mosaic_integration/settings_mosaic_integration.md +++ b/content/en/docs/Settings/Settings_mosaic_integration/settings_mosaic_integration.md @@ -1,7 +1,7 @@ --- title: "Settings > Mosaic integration" linkTitle: "Mosaic integration" -date: 2026-05-15 +date: 2026-07-30 weight: 173 tags: ["subtopic"] --- @@ -36,7 +36,7 @@ Once configuration is completed with the Mosaic team, a library may need to upda **Settings > Mosaic integration > Configuration options** The Mosaic integration uses an order template to populate fields in the order and purchase order line on the resulting record in FOLIO. -Libraries may [create an order template] (../../settings_orders/settings_orders/#creating-an-order-template) for use with the integration or click the **Generate integration templates** button to have the system create the template and organization record for use with the integration. Note: system-generated templates and organization records may be edited and deleted by authorized users. +Libraries may [create an order template](../../settings_orders/settings_orders/#creating-an-order-template) for use with the integration or click the **Generate integration templates** button to have the system create the template and organization record for use with the integration. Note: system-generated templates and organization records may be edited and deleted by authorized users. To select or change the default template to be used by the Mosaic integration: 1. Ensure the template has been created under [Settings > Orders > Order templates](../../settings_orders/settings_orders/#settings--orders--general--order-templates). From cd31818841784163018ab984a24fcc08a4166657 Mon Sep 17 00:00:00 2001 From: mdriscollic <68030146+mdriscollic@users.noreply.github.com> Date: Thu, 30 Jul 2026 12:39:14 -0400 Subject: [PATCH 2/2] add character limits to custom fields --- content/en/docs/Settings/Settings_orders/Settings_orders.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/Settings/Settings_orders/Settings_orders.md b/content/en/docs/Settings/Settings_orders/Settings_orders.md index 48e91a90..ccec66ca 100644 --- a/content/en/docs/Settings/Settings_orders/Settings_orders.md +++ b/content/en/docs/Settings/Settings_orders/Settings_orders.md @@ -1,7 +1,7 @@ --- title: "Settings > Orders" linkTitle: "Orders" -date: 2026-05-15 +date: 2026-07-30 weight: 200 tags: ["subtopic"] --- @@ -179,8 +179,8 @@ Use this setting to configure custom fields, which are used to track additional * **Multi-select:** creates a dropdown option allowing multiple selections on the PO/POL record and a filter in the **Search & filter** area of the app. * **Radio button set:** creates a radio button set on the PO/POL record and a filter in the **Search & filter** area of the app. * **Single select:** creates a dropdown option allowing a single selection on the PO/POL record and a filter in the **Search & filter** area of the app. -* **Text area:** creates a text area on the PO/POL record and a search option in the dropdown menu of the **Search & filter** area of the app. -* **Text field:**. creates a text field on the PO/POL record and a search option in the dropdown menu of the **Search & filter** area of the app. +* **Text area:** creates a text area (up to 1500 characters) on the PO/POL record and a search option in the dropdown menu of the **Search & filter** area of the app. +* **Text field:**. creates a text field (up to 150 characters) on the PO/POL record and a search option in the dropdown menu of the **Search & filter** area of the app. 4. Configure the custom field by checking the box next to **Hidden** and/or **Required**. Add a name for the field in the **Field name** box. Depending on the type of field, additional configuration may be required (e.g. adding options to dropdown menus or rasio button sets). 5. Optional: To add additional custom fields, repeat steps 3-4. 6. Click **Save & close**. The custom field(s) are saved.