Then calling a search on it Client.Service.search(...
# suitetalkapi
c
Then calling a search on it Client.Service.search(transactionSearchAdvanced)
l
i dont have the code at hand sorry, I would check if there is a way to set the type, like in a saved search result you sometimes have format for value/ text, and then you have options.columns.push(search.createColumn({"name":"lastmodifieddate","label":"Last Modified","type":"datetime","sort":"NONE"})); which use datetime type. Maybe you got a different class that includes time ?
c
I am a little confused on how these search classes work. I know they return different from a get but in this case, if it were some sort of formatting issue, I would think I would get some exception. So that makes me think how I can calling is the issue.
I can supply my search if that helps at all.
your options obj does not make sense to me from what I see (I am C# btw)
just shared the snippet
l
By code the filter accept both a date and a datetime without exception throw, it looks like your query set the value as date only, can you look at the soap request generated ?
c
yep one sec