<turbo-stream action="update" target="wiki_card"><template>
<h1>Filtering with MS Dynamics AXWS</h1>
<h2>Overview</h2>
<ul>
<li>In MS Dynamics AX WebServices you can set simple filters on a fixed value by just selecting the field in the left side and writing the value on the rigth side.</li>
<li>In addition to this, a number of functions are supported (on the right side - in FILTER):</li>
<ul>
<li>Equal</li>
<li>NotEqual</li>
<li>Greater</li>
<li>GreaterOrEqual</li>
<li>Less</li>
<li>LessOrEqual</li>
<li>Range</li>
</ul>
</ul>
<h2>Examples:</h2>
<ul>
<li>Filter on the AccountNum field to the value 1234:</li>
</ul>
<blockquote>
<table border="0">
<thead>
<tr>
<td><span><strong><span>FIELD NAME</span></strong></span></td>
<td><span><strong><span>FILTER</span></strong></span></td>
</tr>
</thead>
<tbody>
<tr>
<td>AccountNum</td>
<td>1234</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
</blockquote>
<ul>
<li>Filter on AccountNum that are in the range between 1000 and 1020 (you need to separate the two values with #):</li>
</ul>
<blockquote>
<table border="0">
<thead>
<tr>
<td><span><strong><span>FIELD NAME</span></strong></span></td>
<td><span><strong><span>FILTER</span></strong></span></td>
</tr>
</thead>
<tbody>
<tr>
<td>AccountNum</td>
<td>Range 1000#1020</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
</blockquote>
</template></turbo-stream>

<turbo-stream action="replace" target="meta_description"><template><meta content='Filtering with MS Dynamics AXWS' id='meta_description' name='description'></template></turbo-stream>
<turbo-stream action="replace" target="meta_keywords"><template><meta content='Filtering with MS Dynamics AXWS' id='meta_keywords' name='keywords'></template></turbo-stream>
<turbo-stream action="update" target="meta_title"><template>Filtering with MS Dynamics AXWS - MyRapidi Wiki</template></turbo-stream>
<turbo-stream action="prepend" target="flash"><template></template></turbo-stream>
