Smile CDR v2023.05.PRE
On this page:
   41.12    CDA Import 41.14    CDS Hooks Definitions   

41.13CDA JavaScript Execution Scripts

 

The CDA JavaScript Execution Scripts configuration category includes the following configurable options:

  • CDA Processing Script (File)

  • CDA Processing Script (Text)

41.13.1Property: CDA Processing Script (File)

 
Property Name CDA Processing Script (File)
Property Key
Property Type Resource Path
Description If provided, specifies a script containing callback functions that are executed to enhance processing logic for CDA Import and CDA Export. Values should be prefixed with file: or classpath:
Applies to Modules
  • CDA Exchange
Default Value (no default)
Example Property
module.[MODULE_ID].config.cda_processing_script.file = 

41.13.2Property: CDA Processing Script (Text)

 
Property Name CDA Processing Script (Text)
Property Key
Property Type JAVASCRIPT
Description If provided, specifies a script containing callback functions that are executed to enhance processing logic for CDA Import and CDA Export.
Applies to Modules
  • CDA Exchange
Default Value (no default)
Example Property
module.[MODULE_ID].config.cda_processing_script.text = 
   41.12    CDA Import 41.14    CDS Hooks Definitions