Skip to main content

 

 

I want to get PXSelector Order Number value For Line Nbr Filter,
that order number is only in view not db can i do that?
with this code lineNbr is empty or doesn't display data

 

Please Help Me

Hi @Febri 

 

Make sure orderNbr has CommitChanges = true.  


You are missing the DAC before field. You will need to fully qualify the fields like
Current<POOrder.OrderNbr>

Without DAC before the field name you in fact referring to DAC itself not the intended DAC


Hi, Leonardo Justiniano

Thank for your time, this good

 


Reply