Hi any idea what would be the api we need to write to pull data when the stop code is “resolved “
im able to pull data when the stop code is “waiting for parts” with the below , but dont get any jobs with resolved stop codes.
Thanks in Advance.
<root xmlns:dt="urn:schemas-microsoft-com:datatypens">
<session email="" alias="">
<state bc_name="service_order">
<action name="execquerynolimit">
<attribute in_var="" out_var="QueryOutVar" entity_name="service_order" query_name="service_order_scrl"/>
<attribute dtype="string" in_var="" name="cust_company_id" value="test" operator="="/>
<attribute dtype="string" in_var="" name="last_stop_code_id" value="PARTS" operator="="/>
</action>
</state>
</session>
</root>