ResolveImportedData Method
Updates existing package items (returned from ImportFromPackage) that require updates.
Required Permissions
ERPImportSyntax
public PkgItem[] ResolveImportedData(
PkgItem[] items
)Public Function ResolveImportedData( _
ByVal items() As PkgItem _
) As PkgItem()Parameters
| Name | Description |
|---|---|
| items | The package items with updated data |
Return Value
The updated package items