Page 1 of 1

Commercial Statement Order - Recording Charges Bugs?

Posted: Mon Nov 30, 2020 5:22 pm
by ckootg
Using SoftPro Version 4.3.60210.73

On a Commercial Statement Order, a user added a Recording Transfer Tax charge, selected the Fee Schedule type, Document, Pages, and fee. The system calculates the amount ($41) based on the fee. The user is then overriding the amount to $82. When I read the values, I first notice that Order.SettlementType returns SettlementType.CDF, instead of SettlementType.CSS. I haven't stepped through this code in a long time, is Commercial Statement orders now returning CDF? My CDF code works fine (CSS code bombs) and returns the Recording Transfer Tax records to me, but the amount is $41, instead of $82. I checked a HUD order and the Taxes and Other Government fees does return the overridden amount to me. Is this a bug in Commercial Statement orders?

Re: Commercial Statement Order - Recording Charges Bugs?

Posted: Mon Nov 30, 2020 8:25 pm
by ckootg
Nevermind. I think I figured it out.

The settlement type was my fault. I was looking at several orders and was apparently looking at the wrong order at the time. :oops:

For the amounts, looks like at the Fee level, the amount is what is calculated by the system against the fee rate. I will need to look at the Charge level to get the user entered value.

Re: Commercial Statement Order - Recording Charges Bugs?

Posted: Tue Dec 01, 2020 12:17 pm
by BobRichards
Glad you got it working!