Type:
Table-valued function
Lists all functions in a module, with their names translated.
Use this function instead of making lookups from the ADMINFunction table!
Parameters
@ModuleID
optional
int
ModuleID to get functions from. You usually specify DEFAULT.
You specify something other than the default when for example Softadmin Economy lives in the same database as the rest of your system, and you need to populate a dropdown with Economy's functions.
Customer project module.
@LanguageID
optional
int
LanguageID to get translations for.
The system's default language.
Resultsets
Resultset: Functions
Table count:
repeated exactly once
Row count:
zero or more rows
Columns
FunctionID
mandatory
int
Function ID
FunctionName
mandatory
int
Function name
FunctionDescription
mandatory
string
Function description
SortOrder
mandatory
int
Sort order