Issue with data store entity

We are facing issue with data store entity. Able to access DSE by using query rule , but when we try the same using a!queryEntity getting below error :com.appiancorp.suiteapi.common.exceptions.AppianRuntimeException: com.appiancorp.suiteapi.common.exceptions.AppianException: The data store entity does not exist, has been deleted, or you do not have sufficient privileges to access its data. (APNX-1-4261-001).
Any help would be appreciated.

OriginalPostID-149694

OriginalPostID-149694

  Discussion posts and replies are publicly visible

Parents
  • If a!queryEntity is used in a tempo form (as a task) and basic user is trying to access that form:
    1) Need to check whether security privilege is given to basic user on the process model, in which this form is used ?
    2) Need to check whether security privilege is given to basic user on data store ?

    Always remember that
    "Security on folders,rules and constants does not impact end users ability to run a process or view an interface that refers this rules and constants, the security simply determines who has access to rules and constants in the folder in a designer interface"
Reply
  • If a!queryEntity is used in a tempo form (as a task) and basic user is trying to access that form:
    1) Need to check whether security privilege is given to basic user on the process model, in which this form is used ?
    2) Need to check whether security privilege is given to basic user on data store ?

    Always remember that
    "Security on folders,rules and constants does not impact end users ability to run a process or view an interface that refers this rules and constants, the security simply determines who has access to rules and constants in the folder in a designer interface"
Children
No Data