Tagged Questions

0
votes
1answer
126 views

Sql custom function with Chili's opf3

I have to call a previously created function on SQL, like SET @ExtVALUE = sysdba.GetNextAccountExternalId('{TYPE}') but I can't manage to find if OPF3 has some of this functionality already. ...