Builderless Production Object


A function builderless production defines a function and its related entities.

Properties
idstringRead-onlyformat GUID

Function builderless production ID. This is the same as the associated function's ID.


appIdstringformat GUID

App ID of the business solution that created the function type the function builderless production is based on.


formValuesMap <string, Value>format map

Form values used to create the function. Retrieve the required form values by calling the Form Schema API's List Forms method, specifying the following parameters:

  • namespace: wix.function_template.form
  • formIds: An array that contains the function template's formTemplateExtensionId
  • kind: EXTENSION

functionFunction

Function created from the function builderless production.


functionSpiConfigurationFunctionSpiConfiguration

Service plugin configuration for the function.


automationIdsArray <string>Read-onlyformat GUIDmaxItems 100

Automations created from the function builderless production.

Did this help?