saveItem()

Overview

public any function saveItem(
      required string id           
    , required struct configuration
    ,          string question      = ""
)

Updates the configuration of a given item in the form.

Arguments

NameTypeRequiredDescription
idstringYesID of the item to update
configurationstructYesConfiguration to save against the item
questionstringNo (default="")