How To
How to work with composite records handling in a Dynamics GP source component.
The composite object output contains not only properties from the composite record, but also the parent record. The output will be populated with sets of records, one set for each parent record. Each set of records is separated with blank row (all ...
Composite records handling
The composite object output contains not only properties from the composite record, but also the parent record. The output will be populated with sets of records, one set for each parent record. Each set of records is separated with blank row (all ...
Dynamics GP Source: How to modify source object criteria dynamically at runtime
The source object criteria are available in the data flow properties list. Follow these steps to set up an expression: Create a variable that can be loaded with the desired ObjectCriteriaXML. Right-click on the data flow canvas and select ...