intacct / intacct-sdk-php

Official repository of the Sage Intacct SDK for PHP
https://developer.intacct.com/tools/sdk-php/
Apache License 2.0
25 stars 33 forks source link

What is the wildcard char for LikeString? #197

Closed MiloDBD closed 4 months ago

MiloDBD commented 4 months ago

I'm struggling to return any results with LikeString

$where - new LikeString();
$where->setField('NAME');
$where->setValue('Neil %'); // or * or blank as the wildcard char.
$query->setQuery($where);

I've verified with EqualToString(), that returns fine...

Thank you for any help.

MiloDBD commented 4 months ago

Just noticed I put a subtract instead of an equals. (The code didn't complain at all)