Creating Fiori Elements app in BAS Using Northwind OData Service | BTP | Fiori

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 23

  • @harshalgite3671
    @harshalgite3671 3 месяца назад

    So nice of you mam....the way of teaching is just ✨️

  • @praveenbhotla2252
    @praveenbhotla2252 Месяц назад +1

    great content i have seen till now 👏... can you make video how to do CURD operations from this data .... THANK YOU ☺

  • @KarthiL-p2d
    @KarthiL-p2d 11 месяцев назад +1

    Thank you. It means a lot😊

  • @Karthik-s4y5f
    @Karthik-s4y5f 6 месяцев назад

    Nice intro 🤭🤭 Hello fiori developers 😅😅

  • @_babytaehyung4850
    @_babytaehyung4850 7 дней назад

    How can we create such columns, search bar and that page, how the write that code, can you please make video on that too?

    • @SakethSingana10720
      @SakethSingana10720  7 дней назад

      Already I make a video regarding to add columns. Plz have a look.

  • @nemanja4929
    @nemanja4929 9 дней назад

    I hope you will answear me :) ... I have a requirement , in my database table in one field i store json string but not pretty printed. Just as a normal string but json. I need to display this field in fiori but in pretty format.. Any idea what to do?

    • @SakethSingana10720
      @SakethSingana10720  9 дней назад

      Try like this var oParsedJSON = JSON.parse(sJSON); // Parse the JSON string
      var sPrettyJSON = JSON.stringify(oParsedJSON) here sJson is ur string data

    • @nemanja4929
      @nemanja4929 9 дней назад

      @@SakethSingana10720 I do know that in javascript, but on what place do I put it if I use fiori generic list report
      where do I control it?

    • @SakethSingana10720
      @SakethSingana10720  9 дней назад

      If you want to display formatted JSON in the List Report table, you’ll need to extend the Table Column using a custom control and formatter. I mean add custom column in list report and use formatter.

    • @nemanja4929
      @nemanja4929 9 дней назад

      @@SakethSingana10720 sorry, acutally when i click on object and I am brought to the object page, I need to display it there

    • @SakethSingana10720
      @SakethSingana10720  9 дней назад +1

      @nemanja4929 Add Custom Formatter in UI In your ObjectPage view, bind the field to a sap.m.TextArea. Like below
      Please support channel. Thank u

  • @user_at180
    @user_at180 8 месяцев назад

    After the project creation. ,I'm getting console error,resource not found

  • @kodumurivarshitha1316
    @kodumurivarshitha1316 8 месяцев назад

    while trying to edit the data or create object getting an error as: the 'Content-ID' header must be an integer value.

    • @SakethSingana10720
      @SakethSingana10720  8 месяцев назад

      Instead of use northwind try to use ur own service then it will work

    • @kodumurivarshitha1316
      @kodumurivarshitha1316 7 месяцев назад

      @@SakethSingana10720 why does it not work with northwind any idea

    • @SakethSingana10720
      @SakethSingana10720  7 месяцев назад

      U are trying to edit public service. It will not support

  • @Cricket-khelo
    @Cricket-khelo 8 месяцев назад

    Are you teaching as well?