Mapping Types

<< Click to Display Table of Contents >>

Navigation:  EDP > Customizability >

Mapping Types

lookup = See Mapping Types - Lookup Mappings.

 

parent = Creates a new row in the package.  If the row already exists in the package (based on the database primary key/unique key values) then the new row will be ignored.

 

create = Creates a new row in the package.  If the row already exists in the package then a duplicate row error will show in the create phase status form.

 

create-update = Creates a new row in the package.  If the row already exists in the package then the package row will be updated with the new row values.