Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..

cancel
Showing results for 
Search instead for 
Did you mean: 

ValueList XML structure for Search/Update by SOAP in Archer

NeerajRohilla
Contributor II

I am trying to send my xml data in EXECUTESEARCH method to search records in Application .But its throwing error ": 'Server was unable to process request. ---> There was an error processing Search Report Request.  Invalid Meta data Id'".

 

Please suggest am i passing the correct XML structure for Value List Field in SOAP API?

 

<?xml version="1.0"?>

-<SearchReport>

<PageSize>250</PageSize>


-<DisplayFields>

<DisplayField name="Tracking Id"/>

</DisplayFields>


-<Criteria>
-<Filter>
-<Conditions>


-<ValueListFilterCondition>

<Operator>contains</Operator>

<Field>29330</Field>


-<Values>

<Value>IT</Value>

</Values>

<IncludeChildren>True</IncludeChildren>

<IsNoSelectionIncluded>True</IsNoSelectionIncluded>

</ValueListFilterCondition>

</Conditions>

</Filter>


-<ModuleCriteria>

<Module name="Akshaya">4828</Module>

</ModuleCriteria>

</Criteria>

</SearchReport>

10 REPLIES 10

JeffLetterman
Archer Employee
Archer Employee

And just one more link to a KB with examples and a great tip/trick at the top: 000032489 - How to search for records using the ExecuteSearch method in the RSA Archer Web Services API‌.