New features available in Pimics
With Pimics we use a similiar aproach as Microsoft does with Business Central. Several functionalities are available under preview mode, so existing customers can enable them. Later, all customers will get the functionality. This helps us onboarding these new functions in customers' systems that use customizations or specific processes in Pimics.
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
- Choose the Search icon (or Alt+Q), enter Allium Feature Management and then choose the related link.
- Check out the field State to identfiy if the feature is turned on or off
- Select a line to enable and switch the field to Enabled
- Say Yes to confirm "Run data upgrade on enabled feature Name of the feature?"
- 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;