Settings: Custom Functions
This view allows you to write custom JavaScript functions that can be used by all functionalities on server side that take leverage of JavaScript e.g. patching API or SQL Replication. To write custom functions, you need to create your own commonjs module.
Example
- for start, let's define a function that will produce from
firstName
andlastName
a fullname:

- now, in Patch View we can use it as follows:
