Solved

CLR subroutine names

  • 15 August 2019
  • 1 reply
  • 196 views

Userlevel 3
Badge +9
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.
icon

Best answer by Anne Buit 16 August 2019, 13:32

View original

1 reply

Userlevel 7
Badge +5
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