Skip to main content

Hi expert. 

I’m not found solution how to enable button “Update IN” by SO Order Type and SO Status in Shipment screen.

can you help me? Thank everyone so much.

 

Hello @thanhaim can you give us more details and/or use case.  The Update IN function is tied to business processes so it would help to better understand the need.  Is the goal to force the creation of an Invoice for particular order types?


Hi @thanhaim 

We have workflow options to enable the actions or field that populates in all stages of shipment 

 


Thank @Robert Sternberg@manikantad18 and everyone. I realize that "Update IN" is Action and it anabled by Shipment Status(in this case is Confirmed). 
has any way to enable "Update IN" by code
Same example enable field:

    if (row != null && OrderTypee = "EQ")     {         Base.Document.Cache.AllowUpdate = true;         PXUIFieldAttribute.SetEnabled<'Update IN' action here>(cache, row, true);     }

 


Hi @thanhaim were you able to find a solution? Thank you!


Hi @Chris Hackett . I looking for new solution. Thank you!


Reply