Hi, I am trying to represent a negative number in CRM. I can enter -$3.00 in a currency filed but when I try to do that while building a workflow it will only allow me to enter numbers. No symbols are allowed.
What I am doing is multiplying a number of items X unit cost. In the result filed, this represents inventory put back as opposed to taken. See below
Taken 5*.19= $.090 - Multiply units X cost to get total. (This is fine and works as desired.)
-------------------------------------------------
Returned 5*.19= $.090 - Multiply units X cost to get total.
Run Returned workflow to update Returned Field to negative currency amount.
Returned 5*.19= ($.090)
This is what I need it to look like but I cant add the - symbol to a currency field in a workflow.
Thoughts?