Enhanced Conditions

FAQs

Question: What is the purpose of the isRemoved attribute in the V3 Get an Enhanced Condition Contract in Encompass Developer Connect?

Answer:

  • When adding a Condition to a loan, saving it, then running the Retrieve Loan view = logs, the conditions and the isRemoved flag is set to false.
  • When the Enhanced Condition is removed from the loan, and then you retrieve the loan as above, then the condition is not in the log.

Currently, all the eFolder related logs are soft deleted including Enhanced Conditions. This means they are not permanently deleted. Therefore, whenever the consumer of the API removes a condition from loan file, then the IsRemoved property is updated to be true.

By default GET loan or GET Enhanced Condition API returns only active Enhanced Condition Logs. In order to retrieve any removed conditions, best practice is to send flag “includeRemoved=true” in the GET Loan API call.