In the releasenotes of SF 2019.1 is mentioned that Table Valued CLR functions are now supported. So I tried to convert a script of a CLR function to the 'Subroutine' option in TSF.
The original code sets the 'internal' subroutine id as 'call_web' and the external name as 'CallWeb'
If the subroutine is created via the TSF the subroutine_id is used as the internal and external name.
When I generate the source code and open the source code file of 'clr_functions' I see the following query:
Is is possible to use a different between internal and external names? It feels wrong to use the external C# function name as internal name. The syntax deviates from all other procedure/subroutine names in our project.
Page 1 / 1
This could be more elegant, agreed. It would be nice to be able to configure a different external name than the subroutine id.
I've put this on our backlog.
I've put this on our backlog.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.