Hello
Can we make function like GetuserId()?
to get data from our custome entity.
Hi @Rishabh Bawne,Please check the below threadshttps://www.outsystems.com/forums/discussion/74544/what-is-mean-by-function/#
https://www.outsystems.com/forums/discussion/81958/function/#
RegardsKrishnanand Pathak
Hello Rishabh Bawne
Yes, in OutSystems, you can create custom functions to retrieve data from your custom entities. Here are the steps to create a function to get data from your custom entity:
Hi Rishabh,
A Function in OutSystems is just an Action with a single output parameter that can be used in an expression. Note however that since you are using Reactive, it is not possible to have asynchronous calls to the server, so you cannot use server actions inside a client-side function.