•  
  • Home page
  • > TECHNICAL SUPPORT
  • > Ready Pro support forum
Author Post
ClaraV 04/03/2010 16:42 ClaraV

Backorders

Hello Staff:

With the backorders, is there anyway for the partialmente evaso orders to only show the items that have NOT been sent?  

Thanks.

Clara

Davide 04/03/2010 16:58 Davide

First, in the order, you have to edit "Default" visualization (01.png)

It's better to duplicate the "Default" visualization, so you can select one of these two.
Now, in "Filtri linee da visualizzare", push the folder button (02.png)

Insert the script below in this box (03.png)

Option Explicit

Dim QResidua
QResidua = Rdy.toDouble(RowItem.CustomField(34))
If QResidua>0 Then
  Rdy.ResponseWrite("SHOW")
Else
  Rdy.ResponseWrite("HIDE")
End If

ClaraV 27/02/2015 12:40 ClaraV