> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # Resource: Builderless Productions # Type: Builderless Production Object # Link: https://dev.wix.com/docs/api-reference/business-management/functions/builderless-productions/builderless-production-object.md ## Description: A function builderless production defines a function and its related entities. ## Schema: ```json Type: Builderless Production Object | type: FunctionBuilderlessProduction Description: A function builderless production defines a function and its related entities. - name: id | type: string | description: Function builderless production ID. This is the same as the associated function's ID. - name: value | type: string | description: - name: appId | type: string | description: App ID of the business solution that created the function type the function builderless production is based on. - name: formValues | type: object | description: Form values used to create the function. Retrieve the required form values by calling the Form Schema API's [List Forms](https://dev.wix.com/docs/api-reference/crm/forms/form-schemas/list-forms.md) method, specifying the following parameters: - `namespace`: `wix.function_template.form` - `formIds`: An array that contains the function template's `formTemplateExtensionId` - `kind`: `EXTENSION` - name: function | type: Function | description: Function created from the function builderless production. - name: id | type: string | description: Function ID. - name: createdDate | type: string | description: Date and time the function was created. - name: seconds | type: string | description: - name: nanos | type: number | description: - name: functionExtensionId | type: string | description: The function's app extension ID. - name: functionName | type: string | description: Function name. - name: activationStatus | type: string | description: Activation status enum: ACTIVE, INACTIVE, DRAFT - name: appId | type: string | description: ID of the app that defines the function. - name: functionExtensionName | type: string | description: The function's app extension name. - name: functionTemplateExtensionId | type: string | description: Function template extension id - name: formTemplateExtensionId | type: string | description: Form template extension id - name: updatedDate | type: string | description: Date and time the function was last updated. - name: revision | type: string | description: Revision number that increases with every update. - name: value | type: string | description: - name: functionSpiConfiguration | type: FunctionSpiConfiguration | description: Service plugin configuration for the function. - name: id | type: string | description: SpiConfiguration ID. - name: revision | type: string | description: SpiConfiguration revision. - name: createdDate | type: string | description: Date and time the SpiConfiguration was created. - name: updatedDate | type: string | description: Date and time the SpiConfiguration was last updated. - name: functionId | type: string | description: Function ID - name: configuration | type: Struct | description: Function SPI configuration dev center component payload. - name: fields | type: object | description: - name: automationIds | type: Array | description: Automations created from the function builderless production. ```