Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3363

Query in Inventory Transfer

$
0
0

Hi,

I have created a line UDF(U_UnitPrice) in Inventory Transfer.

 

This UDF draws the value according to rules:

- If the IT is copied from ITR, it draws the value of U_UnitPrice of ITR.

- If the IT is standalone, it draws the value from a price list.

 

The query I used is:

case when (ISNULL($[$38.43.0], -1) > -1)

        then select $[$38.U_UnitPrice.0]            

else

       select T0.[Price] FROM ITM1 T0

       where T0.[ItemCode] = $[WTR1.itemcode] and T0.[PriceList] = 24

end

 

The value cannot be drawn.The error message is "Incorrect syntax near the keyword 'case'.

 

Please help!


Viewing all articles
Browse latest Browse all 3363

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>