Item approval on work flow.

symassymas Member Posts: 11
Hi Experts,

i have to put validation on item (e.g. before making order from quote system should check item is approved or not)
How i can get the status of any item weather it is approved or not?

thanks

Best Answer

Answers

  • rom2018rom2018 Member Posts: 14
    Hi, symas.

    See "Approval Entry" for you Item record. If exists AE.Status with status in Status::Create, Open, Reject... Item is not approved.
  • rom2018rom2018 Member Posts: 14
    Else If exists AE.Status with status in Status::Approved... Item is approved.
  • symassymas Member Posts: 11
    Hi Rom,

    i saw there, Because same table are used in older versions too, But i didn't got item no in that table.

    either it is not getting updated or this is standard.
    but for sales order at least i got order no there but for item
    Table ID:= 27
    Document No. := ""

  • symassymas Member Posts: 11
    Ok, Sounds good, I ll check and update , Thanks
Sign In or Register to comment.