This is a formula field with currency type:
var BatchLineTaxAmount=BatchLine[i].Adj_Taxes_SOC_SEC_EE__c;
This is a field that requires a numeric value, without the “$”
AcctSeed__Amount__c:“-”+BatchLineTaxAmount,
How can I change this to a numeric value:
“-”+BatchLineTaxAmount
