-
Type:
Improvement
-
Status: Done
-
Priority:
Backlog
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 07.02.02.00
-
Component/s: Sales Orders Entry
-
Labels:None
Add ability to remove some sales order form handlers to speed up plugins.
If a plugin was to import a hundred lines from CSV, the process is slow because the form is still responding to events as each line is added, properties set and so on.
If a plugin could remove some handlers from the form, add the lines to the sales order, re-add the handlers and then invoke DisplayLines(), DisplayOrder() et cetera then this would improve performance.
- clones
-
DEV-7528
Add ability to remove some sales order form handlers to speed up plugins
-
- Passed Testing
-