Table of Contents

New features available in Pimics

With Pimics, we use an approach similar to Microsoft Business Central. Several functionalities are available in preview mode so existing customers can enable them early. Later, all customers receive the same functionality. This helps us onboard these new functions in customer systems that use customizations or specific Pimics processes.


Workflow and Pipeline System

The Workflow/Pipeline system allows you to define and automate multi-stage processes for product data management.

Key features:

  • Define process templates with multiple steps and actions
  • Automate product data management workflows
  • Monitor progress and review process history

See Jobs Queues & Retention Policy: Overview and Recommendations for more details and setup instructions.

Open available features and enable the ones you like

  1. Choose the Search icon (or Alt+Q), enter Allium Feature Management and then choose the related link.
  2. Check the State field to identify if the feature is turned on or off
  3. Select a line to enable and switch the field to Enabled
  4. Say Yes to confirm "Run data upgrade on enabled feature Name of the feature?"
  5. State is now Enabled

Flexible categories

Allows users to skip certain levels in the category tree and still keep the inheritance chain uninterrupted.

Technical changes

TODO

Fields like Standard Item Group on Items, Standard Product Group on Product Groups, etc. are obsolete. TODO: Write new fields

Customizations of Pimics or Business Central

If you have a customized instance of Pimics or BC, you can use this code to identify if the feature is enabled:

var
    afm: Codeunit "PIMXAC Feature Management";
begin
...
if afm.IsEnabled('FEATUREID') then 
...
end;