cancel
Showing results for 
Search instead for 
Did you mean: 

FMS

Former Member
0 Kudos

Hi All,

There is a udf created on row level of sales order which gets certain detail from quotation. I want to capture the same details of this udf on another.. I have made the following query but it doesn't help:

SELECT $[RDR1.U_Quote] FROM RDR1 T0 where T0.[ItemCode]  =  (select $[rdr1.ItemCode])

This works if there is one lineitem, but how to trigger this for multiple line items??

Thanks,

Joseph

Accepted Solutions (1)

Accepted Solutions (1)

former_member1269712
Active Contributor
0 Kudos

Hi Joseph,

Set below query in FMS and tick auto refresh with "When Exiting Altered Column" and select field Quantity and select "Refresh Regularly" and try...

SELECT $[RDR1.U_Quote]

Thanks

Sachin

Answers (1)

Answers (1)

Former Member
0 Kudos

Closed earlier.. Thanks.