PageElementPropertiesImportWizDefinition_ImportModeNewDetailPicklist Property |
Provide a picklist with three options that describe the options a user is presented if they choose to create a templateThe three required options are 1 - Import Now After Saving Template, 2 - Queue The Import To Execute Offline After Saving Template, 3 - Just Create The Template For Later UseYour picklist must have the NoNullEntry picklist attribute set.If you don't override this property, the ImportModeNewDetail picklist is populated from the system picklist eap-excel-import-mode-newdetail.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string ImportWizDefinition_ImportModeNewDetailPicklist { get; }
ReadOnly Property ImportWizDefinition_ImportModeNewDetailPicklist As String
Get
Property Value
Type:
StringProvide a picklist with three options that describe the options a user is presented if they choose to create a templateThe three required options are 1 - Import Now After Saving Template, 2 - Queue The Import To Execute Offline After Saving Template, 3 - Just Create The Template For Later UseYour picklist must have the NoNullEntry picklist attribute set.If you don't override this property, the ImportModeNewDetail picklist is populated from the system picklist eap-excel-import-mode-newdetail.
See Also