{"id":5145,"date":"2026-05-30T02:45:50","date_gmt":"2026-05-30T02:45:50","guid":{"rendered":"https:\/\/aaxonix.com\/resources\/?post_type=glossary&#038;p=5145"},"modified":"2026-05-30T02:45:50","modified_gmt":"2026-05-30T02:45:50","slug":"deluge-edit-record-zoho-creator","status":"publish","type":"glossary","link":"https:\/\/aaxonix.com\/resources\/glossary\/deluge-edit-record-zoho-creator\/","title":{"rendered":"Deluge edit record"},"content":{"rendered":"<h2>What Is the Deluge edit record Statement?<\/h2>\n<p>The <code>edit record<\/code> statement modifies one or more field values on an existing record in a Creator form without requiring the user to open and re-submit the form. Scripts use it to update status fields, increment counters, populate calculated values, or synchronise field data based on changes elsewhere in the application.<\/p>\n<h2>Syntax<\/h2>\n<p>The syntax is <code>FormName[ID == targetRecordID].update({\"FieldName\": newValue});<\/code>. The criteria in square brackets identifies which record or records to update. If the criteria matches multiple records, all matching records are updated. The update triggers the target form&#8217;s On Edit trigger unless the <code>disable workflow<\/code> clause is used.<\/p>\n<h2>Chaining add and edit<\/h2>\n<p>A common Deluge pattern is to use <code>add record<\/code> to create a child record and then immediately use <code>edit record<\/code> on the parent to update a related field such as a count or status. For example, when an approval record is created, an edit record statement on the parent request sets its Status field to Under Review. This keeps data consistent across related forms without requiring separate user actions.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The Deluge edit record statement updates field values on an existing Creator form record from within a script, enabling programmatic data modification.<\/p>\n","protected":false},"template":"","meta":{"seo_title":"Deluge edit record | Zoho Glossary | Aaxonix","seo_description":"The Deluge edit record statement updates field values on an existing Creator form record from within a script, enabling programmatic data modification.","seo_keyword":"Zoho Deluge edit record","seo_faqs":"","term_type":"","glossary_related":"","glossary_links":""},"glossary_category":[1258],"class_list":["post-5145","glossary","type-glossary","status-publish","hentry","glossary_category-zoho-creator"],"_links":{"self":[{"href":"https:\/\/aaxonix.com\/resources\/wp-json\/wp\/v2\/glossary\/5145","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aaxonix.com\/resources\/wp-json\/wp\/v2\/glossary"}],"about":[{"href":"https:\/\/aaxonix.com\/resources\/wp-json\/wp\/v2\/types\/glossary"}],"wp:attachment":[{"href":"https:\/\/aaxonix.com\/resources\/wp-json\/wp\/v2\/media?parent=5145"}],"wp:term":[{"taxonomy":"glossary_category","embeddable":true,"href":"https:\/\/aaxonix.com\/resources\/wp-json\/wp\/v2\/glossary_category?post=5145"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}