Personal tools

Log in

Changes

From All n One's bxp software Wixi

Jump to: navigation, search

MetaData - Processing Rules - CCL Specific

2,466 bytes added, 22:32, 7 February 2017
Created page with "= Overview = For more information on {| class="wikitable" ! Area ! Link |- | MetaData please refer here || MetaData_-_Start_Here |- | Processing rules please refer here..."
= Overview =

For more information on

{| class="wikitable"
! Area
! Link
|-
| MetaData please refer here || [[MetaData_-_Start_Here]]
|-
| Processing rules please refer here || [[MetaData_Process_Rules]]
|-
| Parameter construction please refer here || [[MetaData_Program_and_Outcomes]]
|-
|}

= Reference =

This wixi article is meant to serve as a reference guide to a subset of MetaData Processing Rules.


= Rules =


== Insert Into CCL Simple ==


This function allows you to get information from the CCL table of a form and insert the data returned from the CCL table into a CDA table


Required fields to execute rule:
# Rule Name
# CCL Table (the same as the current sequence)
# Fields to retrieve from the CCL table
# CDA table to insert data to
# Fields to insert the data to


Example:
<syntaxhighlight lang="xml">
Rule name[[-SEP-]]CCL table[[-SEP-]]Fields to retrieve[[-SEP-]]CDA table[[-SEP-]]Fields to insert[[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]]
</syntaxhighlight>


Example (with replacement values):
<syntaxhighlight lang="xml">
InsertFromCCL_Custom[[-SEP-]]CCL_1[[-SEP-]]intCCL_1_CDAId,dteCCL_1_FirstCCLDateTime[[SEP-]]CDA_2[[-SEP-]]strCDA_2_field_0_2,strCDA_2_field_0_8[[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]] 
</syntaxhighlight>



== Insert From CCL Custom ==

This function allows you to get information from the CCL table of a form and insert the data returned from the CCL table into a CDA table

Required fields to execute rule:
# Rule Name
# CCL Table (the same as the current sequence)
# Fields to retrieve from the CCL table
# CDA table to insert data to
# Fields to insert the data to


Example:
<syntaxhighlight lang="xml">
Rule name[[-SEP-]]CCL table[[-SEP-]]Fields to retrieve[[-SEP-]]CDA table[[-SEP-]]Fields to insert[[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]]
</syntaxhighlight>


Example (with replacement values):
<syntaxhighlight lang="xml">
InsertFromCCL_Custom[[-SEP-]]CCL_1[[-SEP-]]intCCL_1_CDAId,dteCCL_1_FirstCCLDateTime[[SEP-]]CDA_2[[-SEP-]]strCDA_2_field_0_2,strCDA_2_field_0_8[[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]][[-SEP-]] 
</syntaxhighlight>




[[Category:Topic:MetaData]]
[[Category:Module Specific:MetaData]]
7,528
edits