how do I work with finders in the quality area, specifically for inspection Plans
Summary:
How to add more filter fields. Where we can see a list of available filters?
Content (please ensure you mask any confidential information):
for an application we are building we need to access all the inspection plans
Version (include the version you are using, if applicable):
25B (11.13.25.04.0)
Code Snippet (add any code snippets that support your topic, if applicable):
Our original q filter is "ItemNumber='ST-EOL-M07' AND OrganizationCode='MHQIL' AND criteria.OperationSequenceNumber = '1' AND Status='APPROVED' AND Type='WORK_IN_PROCESS'"
https://{host}:{port}/fscmRestApi/resources/latest/inspectionPlans?finder=findInspectionPlans;bindOrganizationCode={OrganizationCode},bindItemNumber={ItemNumber},bindStatus=APPROVED,bindType=INVENTORY