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…')
 
old>Admin
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 );

Revision as of 16:11, 18 September 2012

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