Hi there.
I wonder if there is anyway to use the same functions in both back and front.
We’re designing libs of functions to manipulate specific objects in an orderly fashion and it would be great to use the same functions in back and front instead of replicating them with the maintenance problems it may originate.
Many thanks in advance,
Paulo
Hi @Paulo_Mira,
It is possible if you create a shared JavaScript library. Then you will be able to include this lib into your code in back and front. if you are talking about custom functions in codeless, unfortunately, it is not possible.
Regards,
Stanislaw
Hi Stanislaw.
I’ll look into the js library to implement this approach.
Thanks very much,
Paulo