Function Not Showing in UI Builder

Hi,

I created a function named CREACTESUM in the Backendless Cloud Code Codeless section.

However, when I try to use this function in the UI Builder (Default), it does not appear under Custom Functions in the button’s logic section.

Could you please help me understand why this function is not showing up and how I can resolve the issue?

Thank you in advance for your assistance.

Functions created in Cloud Code are available only in Cloud Code. Ui Builder logic runs in a browser and cannot access the reusable functions running on the server.

Regards,
Mark

Hi Mark,

Thank you for the clarification.

Could you guide me on how to create a function in the “Backendless” backend that is visible and accessible from the frontend?

To do this you need to create an API service and it will be available in UI Builder as a Codeless block.