Remove Bulk Assembly Orders

A client is requesting the ability to remove bulk Assembly orders at once via selection. Would that be possible?
q99nkhr18k0s.png

Answers

  • Developer101
    Developer101 Member Posts: 569
    In the standard BC not a possibility that I am aware of. This might require customisation.
    United Kingdom
  • mustafaAlsoufi
    mustafaAlsoufi Member Posts: 66
    @Developer101 I couldn’t find the "Delete" action on the Assembly Orders page to customize it. Do you have any suggestions on how to achieve this?
  • vaprog
    vaprog Member Posts: 1,162
    You cannot customize the Delete action provided by the system. Instead, add your own delete as an item in the action section.

    On your own page, you can disable the default delete action, if this otherwise would get confusing, or even destructive in some cases. I do not know, if this is possible through a page extension. I am pretty sure you cannot control this by subscribing to some event.
  • Htun_13
    Htun_13 Member Posts: 10
    edited 2024-12-16
    create a new action through page extension and then on action trigger, use currentpage.setselectionfilter and apply to delete the records.