InforCRM (SData): Difference between revisions

From Starfish ETL
Jump to navigation Jump to search
(Created page with "=Origin= ==Sample Origin== <source lang="vb"> UserId eq 'ADMIN' and Type eq 'atAppointment' </source>")
 
No edit summary
Line 1: Line 1:
=Origin=
=Origin=
==Sample Origin==
==Filters==
Infor SData is based on Sage Sdata.  InforCRM was previously owned by Sage as SalesLogix.  See this page for information about SData filters: http://sage.github.io/SData-2.0/pages/core/0212/.
 
===Filter Examples===
<source lang="vb">
<source lang="vb">
UserId eq 'ADMIN' and Type eq 'atAppointment'
UserId eq 'ADMIN' and Type eq 'atAppointment'
</source>
<source lang="vb">
Email ne ""
</source>
</source>

Revision as of 18:02, 1 February 2018

Origin

Filters

Infor SData is based on Sage Sdata. InforCRM was previously owned by Sage as SalesLogix. See this page for information about SData filters: http://sage.github.io/SData-2.0/pages/core/0212/.

Filter Examples

UserId eq 'ADMIN' and Type eq 'atAppointment'
Email ne ""