Hello,
Could somebody please confirm if there is a way to filter OData feeds with contains/startswith on a RecordID datatype?
Filtering the the Record Link table, using this:
$filter=startswith(Record_ID,'Int')
$filter=contains(Record_ID,'Int')
Doesn't seem to work (it brings through everything).
If I filter it exactly:
$filter=Record_ID eq 'Interaction Log Entry: 2277'
It returns the single record.
In the table object that field is:
Any help much appreciated.

Report
All responses (
Answers (