Hi Everyone,
I am attempting to retrieve all of the notes for a selected company using the GetNotes method. I am using the overload that allows you to pass a sort criteria, an act company, an aggregation type, a filter criteria, a boolean value to defer loading. I want to retrieve all of the notes available, so before calling the method I create a new "StaticTextFilterCriteria" object with blank string value(""). When executing the GetNotes method using this Filter Criteria, an exception is thrown with the message incorrect syntax near ')'. What is the proper syntax when creating a filter string? Does anyone know of another thread, or a document in the SDK that references filters? (I have looked through the SDK, but I haven't found much regarding the specific implementation of filter criteria).
Any assistance or guidance on this subject would be greatly appreciated.
Thanks,
Everett