Difference between revisions of "Codeunit/Translator"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
(Created page with 'Translators are used for handling special values during integration: A translator is handed a value, that it can transform and return. Suuported methods String execute( String…')
 
m (2 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Translators are used for handling special values during integration: A translator is handed a value, that it can transform and return.
Translators are used for handling special values during integration: A translator is handed a value, that it can transform and return.


Suuported methods
Supported methods
   String execute( String config, String value, Connection conn );
   String execute( String config, String value, Connection conn );

Latest revision as of 12: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 );