Function Metadata is now automatically generated during function creation and exposed through a read-only listing interface. This change simplifies metadata management by removing manual create, update, and delete operations, allowing users to focus solely on defining functions while metadata is derived implicitly.
Function metadata is generated at the time of function creation, provided the function name follows a predefined naming convention.
2. Naming Convention
To enable metadata generation, the function name must use the following prefix:
Only functions following this pattern will appear in the Function Metadata listing.
Once generated, function metadata is non-editable from the UI. The listing page is strictly for viewing purposes.
For each eligible function, the following information is displayed:
Step 1: Create a Function
Create a new function and ensure the name starts with the required prefix.
Example:
Step 2: Run Generate App Extension Schema Diff
In application, where you created the function run Generate App Extension Schema Diff option once. This will reflect the changes in the function meta data listing screen.
Navigate to the Function Metadata Listing page.
You will see the newly created function listed along with its metadata details.
Function Name
Result
Metadata is generated automatically
Function appears in the metadata listing
Parameters, description, and return type are visible
Function Name
Result
Metadata is not generated
Function does not appear in the metadata listing