former_member185241
Active Participant
Member since ‎03-18-2012

User Statistics

  • 259 Posts
  • 14 Solutions
  • 1 Kudos given
  • 5 Kudos received

User Activity

Hello Experts, I had created a client and got the client secret from FSM, when i try to get the access token in Postman using same client, i am getting Error: Client authentication failed with the reponse body : {"error":"invalid_client","e...
Hi, I have a url from Dynatrace which i have to embed on Iframe. When i embed i get the error while loading the UI5 view "Refused to display '<Dynatrace URL>' in a frame because it set 'X-Frame-Options' to 'sameorigin'." Few days back i asked the...
Hello Experts, I have requirement to embed an external url to sapui5. I defined my view like below: <html:iframe id ="attachmentframe" height="100%" width="100%" src="https://www.google.com"> </html:iframe> But it ...
Hello There, I have odata model which i have set to vizFrame. After oData.read i can see the model from vizFrame is updated correctly. below is how my vizFrame is defined in XML But on UI i can not see the column chart. K...
Hello Expert, I have requirement of reading oData with filter. I have defined datasource in Manifest. In Component.Js instantiated the oData with username/password.( I can see the metadata while debugging ). on an eventHandler _oModel.read...