Function Template Object


A function template is a function draft based on a function type. It contains logic that you can keep or modify.

Properties
functionIdstringRead-onlyformat GUID

ID of the function built to create this template. This is the function that was built by the business solution to create the template.


originFunctionIdstringRead-onlyformat GUID

ID of the original function that was copied to create this template.


originMetaSiteIdstringRead-onlyformat GUID

ID of the Wix site where the original function was created.


displayNamestringmaxLength 255

Display name. This is the name used in the function builder in the dashboard.


displayDescriptionstringmaxLength 3000

Description of what the function template's logic does.


appDefIdstringRead-onlyformat GUID

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.


idstringRead-onlyformat GUID

Function template ID.


versionstringRead-onlyformat int64

Function template version. This changes when the business solution updates the template.


functionExtensionIdstringRead-onlyformat GUID

ID of the function type that this template was created from.


formTemplateExtensionIdstringformat GUID

ID of the form template to use for builderless creation. Specify this ID when calling List Forms to retrieve the form values to use for builderless creation.

Did this help?