Difference between revisions of "Codeunit/Translator"
Jump to navigation
Jump to search
old>Admin |
m (2 revisions imported) |
(No difference)
|
Latest revision as of 11:51, 10 December 2021
Translators are used for handling special values during integration: A translator is handed a value, that it can transform and return.
Supported methods
String execute( String config, String value, Connection conn );