Hi to all
Is there any way to define a custom function in flexilayout studio?
I need to calculate a value in the presearch script and i ended up to copy my calculation script on each element i need it. It would be very helpfull if there is a user defined function in order to call from one place.
The best close senario i found is to give my parameters to an sql command and call a store procedure from my db. This way i can use the sp as a calculation function role but it is not ideal to call the db for every calculation.
Any Suggestion?