Versions Compared

Key

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

What is  "account parameter"  and how to use it ?

...

  • Plan parameters  - To validate subscription plans  and filtering by object, item, customer classes 
  • Data import parameters  - Specify the amount of parallel SQL threads during data import
  • Features parameters  - Adds some 
     
     

    Info
    titlePlease Note

    Add in the parameters textbox when making a new customer account. 

     Parameters can be added only when making a new account otherwise, data for the account should be re-imported (in case of account upgrade or etc.)


  1. Plan parameters

 Assign parameters to predefined flex.bi plan packages:

 

...

[hansaworld]
flex.bi_plan = "start" 
Info

This parameter automatically will enable  Object Type or Item, Customer classifications if that is included in plan. If no account plan is selected with parameter, "start"  will be selected as default.

 

 There are 3 predefined packages at the moment: 

  • "start "- enables the sales cube, the financials cube, the sales order cube and the quotations cube
  • "standard"  - enables everything in the start plan and additionally enables the stock cube and adds support for item classes, customer classes, objects
  • "business" - enables everything in the standard plan and additionally enables the CRM and the Job Costing cube

...


2. Data import parameters

 

...

Setting import_thread_count = 4 will reduce the import time by roughly 20%.

 

3. Features parameters

Enable loyal / active / new customer etc. features 

 

[hansaworld]
update_active_customers = true
update_loyal_customers = true
update_new_customers = true

Availible options

  • update_active_customers - import row counts active clients. True/false option which will be availible in the propertyCustomers dimension. Example:

     

    Count(Filter([Customer].[Customer].Members, [Customer].getBoolean('Active')))
  • update_loyal_customers - at the time of import loyal clients will be counted. It will become a true/false option and after thet availible in the propertyCustomers dimension. (A loyal customer has at least 3 invoices in the last 6 months, but not in the same month) Example:

     

    Count(Filter([Customer].[Customer].Members, [Customer].getBoolean('Loyal')))

...