Builderless Production Object


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

Properties
appIdstringformat GUID

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


automationIdsArray <string>Read-onlyformat GUIDmaxItems 100

Automations created from the function builderless production.


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.


idstringRead-onlyformat GUID

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

Did this help?