<!channel> , How do I pick up the currency of a pr...
# suitescript
s
<!channel> , How do I pick up the currency of a price accessing price list in item master? nlapiGetLineItemMatrixValue('price', 'price', 1, 1); //Gives price in first row nlapiGetLineItemMatrixValue('price', 'price', 2, 1); //Gives price in second row I want to read the currency value from here too.