cancel
Showing results for 
Search instead for 
Did you mean: 

Query help needed for Sales order panel user field query.

Former Member
0 Kudos

I have a user defined form field on sales order row level called = U_DEPFEEAMT

1, I would like this field to get the value from a field on this sales order row level multiplied by what is in point 2 below. The details of field in point 1 is :

Form=139, item=38, pane=1, column=10002117, and row=1

2. The contents in field 1 should be multiplied by a value coming from another user field linked to OITM master item.

The details of user field attached to OITM is :

OITM.U_DepositFeeON

Appreciate your help.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try this one:

SELECT T0.U_DepositFeeON*$[$38.10002117.number\]

FROM dbo.OITM T0

WHERE T0.ItemCode = $[$38.1.0\]

Thanks,

Gordon

Former Member
0 Kudos

Thank you Gordon.

Answers (0)