Skip to main content
Answer

CLR subroutine names

  • August 15, 2019
  • 1 reply
  • 221 views

K.Bakkenes
Captain
Forum|alt.badge.img+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.

Best answer by Anne Buit

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.
This topic has been closed for replies.

1 reply

Anne Buit
Community Manager
Forum|alt.badge.img+5
  • Community Manager
  • Answer
  • August 16, 2019
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.