PallaviU
Participant
Member since ‎03-25-2015
‎11-01-2023

User Statistics

  • 91 Posts
  • 13 Solutions
  • 7 Kudos given
  • 6 Kudos received

User Activity

Hello, I need to display the checkbox in selection field of an analytical Fiori application. I have casted the field to boole_d in the CDS view. In the metadata, the type is edm.boolean for the property. But still it is not displayed as check box. ...
Hello, I have extended a standard Fiori application, Monitor Purchase Requisition Items, in that I need to add a drop-down for the filters. I tried to add the annotation "consumption value help definition," but the entity set that is created for F4...
Hello, For a Fiori app extension, in CDS view I have used virtual elements to read the long text. As it is analytical Fiori application I got an error "Calculated elements are not allowed in Analytical Views" . Please suggest a way to retrieve long...
Hello All, I have a requirement to populate row numbers in CDS View. The data for the final CDS view will be populated from four other CDS views. My final view looks something like the one below. Example: The first two rows will come from the first...
Hi, I have implemented GET_ENTITY, GET_ENTITYSET, UPDATE_ENTITY methods in the OData service. When I try to execute OData service put method I am getting the error 403 forbidden XCSRF token required in HTTP response. I am passing x-csrf-token = fet...