• Composition API filter on translated columns?

    Hello,

    how can we use a filter on a translated column that is exposed via the HandleGetByQuery()-Method within the Composition API?

    The column is configured respectively and the endpoint returns the translation in the DisplayValue:

    ...
    "CCC_WorkflowType…

  • Filter functionality on additional properties in HandleGetByQuery

    Hello,

    is it possible to get filter functionalities on additional columns by using the HandleGetByQuery method? Lets say i have an endpoint like:

    builder.AddMethod(Method
    		.Define("endpoint...")
    		.HandleGetByQuery("CCC_MyTable")
    		.WithResultColumns…

  • How to call auto generated Composition API methods by HTML Client with/without search parameter

    Hello,

    it seems like compiling the Composition API and creating the HTML Client can be different based on the environment:

    1) local (dev) => Composition API methods created with HandleGetByQuery do not have a "search" parameter in the Client, hence you…