Difference between revisions of "Codeunit/Translator"

From TS NoCode 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…')
(No difference)

Revision as of 15: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.

Suuported methods

 String execute( String config, String value, Connection conn );