Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The fields that get added here will then dynamically create a field in the dataset Transaction Detail data-set under Condemnations and will start with CondemnationCode_XXX.  X represents the code set up in the form.  These fields will then need to be added to the report.

...

Create condemnation certificates as usual but under condemnation causes, here is where you will enter the amounts for each type



Run this against the user database to insert a Grade A type.

INSERT INTO [condemnationgradetype] ([GradeCode], [GradeDesc], [Deleted], [GradeRank]) VALUES('A', 'Grade A', '0', '1');


Under condemnation grades tab, here is where you will enter the Percent of grade.

...