Developing API Pages in Business Central Cloud & On-Prem Versions

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

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

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

    These are some of the clearest, simplest, and most helpful How-To Business Central tutorials I have found on the web. Thank you very much. Hard to go wrong when you are this careful and this thorough about explaining these things. One thing the world DESPERATELY needs: an extension of this video to demonstrate how to add (POST) a header and multiple lines in the same http post. Please. I have subscribed and will start coming here first when I need to know how to do something!

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

    very good video for Business Central cloud and VS code

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

    I tried to find on-prem for development purpose, but can't find it, can you share me guideline to download the on-prem BC developer edition?

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

    Very Informative!

  • @JohnJoe131
    @JohnJoe131 6 месяцев назад

    web services keys have been removed now, can you tell how to do that with OAuth?

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

    Much appreciated for detail video on API. Can you please explain how can I add Filter in it e.g. From Date To Date or Filter by Customer ID? Is it going to be Parameter in Postman?

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

    please can you share link in cloud version?

  •  2 года назад

    Good video.
    Cristal clear
    A question. As far as I know, BasicAuth is deprecated for SaaS, and replaced by Oauth2. How is it that t works for you in your SaaS environment?
    Thnx

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

      Yes oauth2 is now the future and basic is deprecated. These are just authentication method. Basic takes only 2 (username and password) where as oauth2 some more parameters

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

    Hello !
    Nice video 👏
    We have deployed BC 18 OnPrem with Windows authentication (local AD).
    Is there any way to create APIs in this configuration ?

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

      Solution deployed :
      Create a dedicated service for web services.
      No need of IIS web site.
      Service connected to the same DB
      Dedicated BC user with db authentication.
      Buy and setup certificate in the server hosting the BC service.
      For security reason it must not be the same server used for SQL DB.
      Copy paste the thumbprint of the certificate in the BC service.
      Turn on API and SSL in OData tab.
      Setup an URL like ws.mydomain.com and redirect through the proxy to your lan address and port.
      All that remains is to cross your fingers 😉

  • @BandaruSrinivasulu
    @BandaruSrinivasulu 2 года назад +2

    Can we get a video on CRUD operations using odata apis, which is helpful to most of the developers.

    • @GoDigit
      @GoDigit  2 года назад +2

      Yes, its in Plan. We will make video of it in near future.
      Thanks 🙏

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

      @@GoDigit sir please do it fast i need urgently.

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

    Good video. Can you explain me what is difference between odata and API? My customer wants Rest API but I think Odata and API are same meaning

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

      Yes it's kind of same only to avoid confusion. There are 2 protocols -soap and rest(i.e odata)

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

    Second question: How will publish the custom API?

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

    you are superman
    but why in cloud not work
    and how create progect in vs code

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

    your method on cloud does not work.