コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

QueryDef operation from JSSP not functioning

Avatar

Level 7

Hello Folks,

Hope you're doing well

I have a strange and weird situation where I am doing a simple select operation using queryDef on a schema from JSSP. When I hit the JSSP in browser I am expecting the record details as response, however I am getting an empty collection even though data is present in DB. I tried other operations like count, getIfExists and get. When I tried get I got below error.

Ssb_94_0-1647716692901.png

Same queryDef with any given operation works absolutely fine when executed from a JavaScript activity within workflow. I am not able to understand where it is going wrong. With your expertise, please help on how can we resolve this.

Thanks,

SSB

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Level 7

This is resolved now.

There was a sysFilter condition added in schema which is restricting access to data operations only to a certain named rights.

元の投稿で解決策を見る

5 返信

Avatar

Community Advisor

Hello @SriBhargav_94 

 

Try changing the condition in where statement to [folder/@id]

If that does not work. Please share the query here.

 

 


     Manoj
     Find me on LinkedIn

Avatar

Community Advisor

Also 1=0 does not make sense here

Avatar

Level 7

1=0 an additional condition I suspect is because of that sysFilter

Avatar

Level 7

Thanks @_Manoj_Kumar_ 

Avatar

正解者
Level 7

This is resolved now.

There was a sysFilter condition added in schema which is restricting access to data operations only to a certain named rights.