Skip to main content
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.
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.

Reply