Sorry, but there are no more tags available to filter with.
  • Compositions API HandleGetByQuery restricts where-clause when accessing DialogConfigParm table

    Hello,

    when setting up an HandleGetByQuery API method for fetching data from the DialogConfigParm table, the resulting query gets restricted by the object layer:

    API method:

    builder.AddMethod(Method.Define("common/configparms")
                        .HandleGetByQuery…