Anyone ever done a where-clause on SessionAdmin.GetList?

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";

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.

image

EDIT: I suppose I should ask support about the original topic - the where-clause that does nothing?

I’ll get right on that… :roll_eyes:

1 Like

@klincecum I’m still not a coder. Nope. Not going to make me.

You lie, you are already.

I sure need to write a book of how to translate this madness into a non-Kevin level of knowledge.