Fetching/Getting Case Entities using specific search criteria.

Say I have a case entity data structure with the States “In Progress” and “Finish”. How to I do a get or fetch step that will retrieve all Case Entities in the “Finish” State?

Comments

  • Kathryn_Decisions
    edited June 7

    To do this, we can use just the basic Fetch Entities step. However, we're going to be fetching Folder data as our Type Name, with the Case Entity Structure as our Extension Type Name. This will fetch both the standard and extension data and return it, including the State. We can then use Fetch Criteria to only have cases within a specific state returned.


Sign In or Register to comment.