PageElementPropertiesImportWizDefinition_ImportTemplatePermissionPicklist Property |
Provide a picklist with up to three options to represent the access permissions available for a saved import template.There are three levels of permission0 - Organization (Accessible to anyone in the same organization)1 - Personal (Private to the person creating the import template)2 - Global (Accessible to all users across all organizations)The default access option is 'Organization'.This picklist supports a discrimination to restrict who can select an import template to be 'Global'Typically this would be restricted to users with an administrator roleYour picklist would typically have the following discrim type picklist formatID - Representative Text - Discrim Value-- ------------------- -------------0 - Organization - 01 - Personal - 00 - Organization - 11 - Personal - 12 - Global - 1Discrim value of 0 represents a standard user. Discrim value of 1 represents an admin level userThe discrim value is determined by inspecting which user roles have the Policy, ExcelImportAdminPermissions If you don't override this property, the list of permissions is obtained from the eap-excel-import-permission picklist.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax string ImportWizDefinition_ImportTemplatePermissionPicklist { get; }
ReadOnly Property ImportWizDefinition_ImportTemplatePermissionPicklist As String
Get
Property Value
Type:
StringProvide a picklist with up to three options to represent the access permissions available for a saved import template.There are three levels of permission0 - Organization (Accessible to anyone in the same organization)1 - Personal (Private to the person creating the import template)2 - Global (Accessible to all users across all organizations)The default access option is 'Organization'.This picklist supports a discrimination to restrict who can select an import template to be 'Global'Typically this would be restricted to users with an administrator roleYour picklist would typically have the following discrim type picklist formatID - Representative Text - Discrim Value-- ------------------- -------------0 - Organization - 01 - Personal - 00 - Organization - 11 - Personal - 12 - Global - 1Discrim value of 0 represents a standard user. Discrim value of 1 represents an admin level userThe discrim value is determined by inspecting which user roles have the Policy, ExcelImportAdminPermissions If you don't override this property, the list of permissions is obtained from the eap-excel-import-permission picklist.
See Also