Codeunit/Translator

From TempusServa wiki
Revision as of 12:51, 10 December 2021 by Tvi (talk | contribs) (2 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 );