Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<OrganizationManagementSettings>
  <!-- If true it is possible to select price list on organization in admin. Default is true. -->
  <PriceListDropdownEnabled>true</PriceListDropdownEnabled>
  <!-- If true it is mandatory to select price list on organization in admin. Default is true. -->
  <PriceGroupRequired>true</PriceGroupRequired>
  <!-- If true it is possible to select warehouse on organization in admin. Default is true. -->
  <WarehouseDropdownEnabled>true</WarehouseDropdownEnabled>
  <!-- If true it is mandatory to select warehouse on organization in admin. Default is true. -->
  <WarehouseSelectionRequired>true</WarehouseSelectionRequired>
</OrganizationManagementSettings>

Info

Version 6.0
Settings below will be introduced in version 6.0.

By default, no configuration is needed to allow downloading an import organizations template file. The default file is: “OrganizationsImportTemplate.xlsx”. To introduce a custom template file (in .xlsx format only!), the profile.config needs to be updated as shown in the example (where NameofTemplateFile.xlsx should be renamed to match the name of custom template file). The file should then be placed in AssertWeb/App_Data folder.
Important! No config added or misspelled custom file name will result in the default file being used.

Code Block
<OrganizationManagementSettings>
<!-- Other settings -->
  <OrganizationImportTemplate>
	<XlsxFileName>NameofTemplateFile.xlsx</XlsxFileName>
  </OrganizationImportTemplate>
  <!-- Other settings -->
</OrganizationManagementSettings>

Filter by label (Content by label)
page
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@1ecd09
showSpacefalse
sortmodified
showSpacetypefalsepage
reversetruetype
labelsUserManagement OrganizationManagement user users organization organisation management settings
cqllabel in ( "settings" , "organizationmanagement" , "organisation" , "user" , "usermanagement" , "organization" , "management" , "users" ) and type = "page" and space = "ASKB"labelsUserManagement OrganizationManagement user users organization organisation management settings
Page Properties
hiddentrue

Related issues