Delete Opportunity

tinoruijstinoruijs Member Posts: 1,226
Hi,

Does anyone know why it is not possible to delete an opportunity in NAV when status is not equal to "Not Started"?
Seems a bit strange to me. :-k

Code in OnDelete of table 5092:
IF Status <> Status::"Not Started" THEN
  ERROR(Text000);

Tino Ruijs
Microsoft Dynamics NAV specialist

Answers

  • DenSterDenSter Member Posts: 8,305
    That way the app forces you to finish each opportunity once it is started.
  • tinoruijstinoruijs Member Posts: 1,226
    DenSter wrote:
    That way the app forces you to finish each opportunity once it is started.

    That is true off course. But why?
    What is so special about opportunity in contrast to a sales header that one may not delete it when it is started?

    Am I missing something?
    I guess I'm a little disappointed about the present functionality. :?

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • DenSterDenSter Member Posts: 8,305
    You know I stopped asking that question years ago :mrgreen: Now I just take it as it comes and work with what we have.
  • tinoruijstinoruijs Member Posts: 1,226
    DenSter wrote:
    You know I stopped asking that question years ago :mrgreen: Now I just take it as it comes and work with what we have.

    I'm in that phase now... :?

    Tino Ruijs
    Microsoft Dynamics NAV specialist
Sign In or Register to comment.