The mobile extension custom functions are built to provide a solution to support businesses' needs. They allow users to do the following things:
- Customize how their custom form fetches and saves data.
- Use both GraphQL and REST APIs to fetch or save data.
- Apply custom business logic using TypeScript.
For more details, refer to the Custom Functions article on the Skedulo Docs site.
This repository contains a cookiecutter template to help you quickly create a mobile extension custom function project.
- Install cookiecutter
OSX: brew install cookiecutter
Other: pip install cookiecutter
- Run the command to generate a new project from template
cookiecutter git@github.com:Skedulo/mex-custom-function-template.git
You will be prompted to provide the name and slug for the new project
project_name [My New Project]:
project_slug [project slug]:
The following template variables control execution:
Parameter | Description |
---|---|
project_name | Human readable description of the project. e.g. My New Service |
project_slug | This is the name of the directory where the project will be rendered as well as the name of the major artifact generated by the project |
- Validate and then push to github
If you need further assistance, contact your Customer Success Manager.