> 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: Function Templates # Type: Function Template Object # Link: https://dev.wix.com/docs/api-reference/business-management/functions/function-templates/function-template-object.md ## Description: A function template is a function draft based on a function type. It contains logic that you can keep or modify. ## Schema: ```json Type: Function Template Object | type: FunctionTemplate Description: A function template is a function draft based on a function type. It contains logic that you can keep or modify. - name: functionId | type: string | description: ID of the function built to create this template. This is the function that was built by the business solution to create the template. - name: value | type: string | description: - name: originFunctionId | type: string | description: ID of the original function that was copied to create this template. - name: originMetaSiteId | type: string | description: ID of the Wix site where the original function was created. - name: displayName | type: string | description: Display name. This is the name used in the function builder in the [dashboard](https://www.wix.com/my-account/site-selector/?buttonText=Select%20Site&title=Select%20a%20Site&autoSelectOnSingleSite=true&actionUrl=https:%2F%2Fwww.wix.com%2Fdashboard%2F%7B%7BmetaSiteId%7D%7D%2Ffunctions/manage). - name: displayDescription | type: string | description: Description of what the function template's logic does. - name: appDefId | type: string | description: App ID of the business solution that created this template. This is the same as the app ID of the business solution that created the template's function type. - name: id | type: string | description: Function template ID. - name: version | type: string | description: Function template version. This changes when the business solution updates the template. - name: value | type: string | description: - name: functionExtensionId | type: string | description: ID of the function type that this template was created from. - name: formTemplateExtensionId | type: string | description: ID of the form template to use for [builderless creation](https://dev.wix.com/docs/api-reference/business-management/functions/builderless-productions/create-function-builderless-production.md). Specify this ID when calling [List Forms](https://dev.wix.com/docs/api-reference/crm/forms/form-schemas/list-forms.md) to retrieve the form values to use for builderless creation. ```