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

  • Developer101Developer101 Member Posts: 567
    In the standard BC not a possibility that I am aware of. This might require customisation.
    United Kingdom
  • mustafaAlsoufimustafaAlsoufi Member Posts: 65
    @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?
  • vaprogvaprog Member Posts: 1,144
    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_13Htun_13 Member Posts: 8
    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.
Sign In or Register to comment.