Suggestion for a new feature for business rules #345
lucaslevi-consultor-glpi
started this conversation in
Ideas and feature requests
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, there are business rules for service calls.
It includes the “Update” and “Create” functions.
Create function: verify during call creation that the added criteria have been met.
Update function: verify during call update that the added criteria have been met.
One limitation of the update function that I noticed: since it must verify that all criteria have been “updated,” this limits some cases.
So here is my suggestion:
When adding a new criterion, create a new field of the type “the information does not change or the information remains the same,” something like this.
Reason: In cases where, for example, a user wants to check if the call group has changed but the category remains unchanged, this would make it easier to create certain workflows.
Currently, using the category as a criterion doesn’t work, for example, because in a group update, if the category isn’t also updated at the same time, the rule doesn’t trigger.
So the suggestion is to create a new status (for “update” type rules) that checks in the criteria whether a certain field has been updated and another specific field has remained unchanged—this would facilitate more complex workflows and prevent users from having to rely on plugins.
Translated with DeepL.com (free version)
Beta Was this translation helpful? Give feedback.
All reactions