CSmith
(Clint Smith)
May 16, 2024, 8:56pm
21
You could also try:
dsActiveSessionFilter.filter="1";
Prior to sending the request as filter appears to be just a string.
If it really is a tableset you would need something slightly different like:
dsActiveSessionFilter.{TablesetName}[0].filter="1";
JasonMcD
(Jason McDermott)
May 17, 2024, 4:10pm
22
Huh. It worked.
As you can see, I still needed to do coder stuff (the deserialize, the explicit typing), but the hardest part - what Epicor wanted - was that the object to deserialize was just a string.
FYI, yes, I certainly tried this. No bueno.
EDIT: I suppose I should ask support about the original topic - the where-clause that does nothing?
I’ll get right on that…
1 Like
JasonMcD
(Jason McDermott)
May 17, 2024, 4:13pm
23
@klincecum I’m still not a coder. Nope. Not going to make me.
klincecum
(Kevin Lincecum)
May 17, 2024, 4:18pm
24
JasonMcD:
I’m still not a coder.
You lie, you are already.
JasonMcD
(Jason McDermott)
May 17, 2024, 4:20pm
25
I sure need to write a book of how to translate this madness into a non-Kevin level of knowledge.