I am playing around SalesInvoiceLines CDM entity, which has property "LineAmount", which should be updated with Quantity * Unit Price. LineAmount is of type Currency. When I try to update it, there is an error LineAmount expects currency, but I have provided Number. I have searched, could not found any function to create Currency type using functions like Text(), Value().