Versions Compared

Key

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

...

Assessment is a snapshot of Property for a given transaction on that Property. These APIs provide functionalities to create/update/search the assessments. An assessment cannot exist without a property.


Postman Collection:

https://www.getpostman.com/collections/4c2b5e18657b0351c28fd1a02a29203d110df289

Configs:

Assessment shares most of the configs with Property as mentioned above, only exclusive properties are mentioned in this section.
IDGEN:
assessment id key = pt.assessmentnumber
assessment id format = PB-AS-[cy:yyyy-MM-dd]-[SEQ_EG_PT_ASSM]

...

Services required to be running:
egov-mdms-service
egov-idgen
egov-persister

egov-workflow-v2

Workflow can be controlled by the following two properties:

Code Block
assessment.workflow.enabled=true
assessment.workflow.trigger.param=usageCategory,occupancyType,occupancyDate

The first property switches workflow on or off, while the second property provides a way to control which field change can trigger workflow.

Other system level configs are same as PT-Registry as mentioned above.

...