Smart Controls in SAPUI5 | Smart Controls | Annotations | BAS

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

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

  • @amitmund1262
    @amitmund1262 2 года назад +4

    Thank you for explaining smart controls .

  • @pizzanesa
    @pizzanesa 2 года назад +1

    Hi! Thanks 4 the tutorial. Would you be so kind as to tell me how you enabled the autocompletion of the xml files in BAS?

    • @eduoceans5440
      @eduoceans5440  2 года назад

      Ctrl + Space should help you to achieve this, also if you write the code it gives auto suggestions as well, you can select from that

  • @jazz24101
    @jazz24101 Год назад +1

    Does the logic for the filtering/sorting also need to be implemented in in the GET_ENTITYSET method of the DPC class of the OData service ?

    • @eduoceans5440
      @eduoceans5440  Год назад

      It Depends on the Requirement and varies from case to case

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

    Hi Do you provide Personized training, I wish to join your training

    • @eduoceans5440
      @eduoceans5440  2 месяца назад

      send email to contact@eduoceans.com

  • @nileshshrivastava4040
    @nileshshrivastava4040 Год назад +1

    Could you please share the document to create odata service you have mentioned in video

  • @cutexangel5626
    @cutexangel5626 Год назад

    _onObjectMatched: function(oEvent)
    {
    debugger;

    this.CustomerID = oEvent.getParameter('arguments').customerID; // customerID is the parameter name that passed in the pattern
    this.getView().bindElement("/Customers("+ this.CustomerID +")");
    },
    here : - [ Customers is the entity set and customerID is the pattern name that passed for navigation ]
    Error- {"code":"","message":"Bad Request - Error in query syntax.","persistent":false,"targets"]
    how to fix it ???

    • @eduoceans5440
      @eduoceans5440  Год назад

      Please Send email with all details to contact@eduoceans.com