GoDigit
GoDigit
  • Видео 279
  • Просмотров 506 630
Prompting using a Prompt Guide in Dynamics 365 Business Central
In this video we have learnt about the concept of "Prompt Guide" in the Copilot page development.
A prompt guide is a predefined list of prompt texts that users can choose from when they open a PromptDialog page.
To learn more , check the below link
learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-page-promptguide
Просмотров: 43

Видео

Prompting using a floating action bar | Dynamics 365 Business Central
Просмотров 10121 день назад
In this video, we have learned about the following:- 1. Add the copilot page as an action button in standard BC Pages. 2. How to add the copilot page as an action button in Custom BC Pages. To learn more about it , please check the below documentation from MS learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-page-prompting-floating-actionbar
Registering a Copilot capability in Dynamics 365 Business Central
Просмотров 66Месяц назад
This is the part 2 of the Copilot series where we are learning about registering the AI capability for our custom extensions. This is the important step which helps in the integration between your custom extension with Azure open AI resource and GPT based Deployment Model.
Prerequisites of Copilot Development in Dynamics 365 Business Central
Просмотров 95Месяц назад
In this video , we have learnt about the pre-requisites of developing copilot experience in your custom extensions.
Enabling New Sales Price experience | D365 Business Central
Просмотров 111Месяц назад
In this Video , we have seen the difference between old Sales Prices & discount feature and the new Sales Prices and Discount option after enabling it from Feature Management page.
Public Preview of New Version is available | Dynamics 365 Business Central
Просмотров 1222 месяца назад
New Version of Business Central is standing next door , Go Grab it and start testing the new functionality ready to be release with this version. BC 25 or Business Central 2024 release wave 2 is now available in Public preview
Azure File Shares setup in Windows and Mac OS
Просмотров 1392 месяца назад
In this video , we have learned about the concept of Azure file shares in Azure portal. we can locally mount the file share as network drive in different operating system This is the part 1 of the video , where we have seen the concept of File share , in next part we will cover the same via Business central.
Reading Secrets from Azure Key Vault in Business central | Part 2
Просмотров 872 месяца назад
This is the part 2 of the concept Azure key vault , Check part 1 from below Url ruclips.net/video/dCJ4uywKfb8/видео.html Business Central Admin shell commands which we have to run in the following sequence only:- 1. Set-NAVServerConfiguration -ServerInstance serverInstancename -KeyName AzureKeyVaultClientCertificateStoreLocation -KeyValue certificate store location 2. Set-NAVServerConfiguration...
Setting up App Key Vaults for Business Central On-premises- Part 1
Просмотров 953 месяца назад
In this video we are covering the conept of Setting up Azure key vault with Business central On prem. check the below link for More info - learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/administration/setup-app-key-vault-onprem
Create runtime packages for Business central On Premise
Просмотров 1073 месяца назад
In this video , we have learnt about the concept of Runtime packages in Business central. This will work only for On Premise version. Check MS link for more information - learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-creating-runtime-packages
Add Documentation in Source code using XML Comments | AL Language
Просмотров 963 месяца назад
In this video , we have covered the concept of XML comments in AL Code. This is used to add documentation for the objects ,procedures we add in our extensions. Check out the link for more information - learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/devenv-xml-comments
Appsourcecop.json in Dynamics 365 Business central | AppsourceCop
Просмотров 1234 месяца назад
In this video , we have learnt about the concept of Appsourcecop and AppsourceCop.Json. This helps us to check certain errors and appsource guidelines to check breaking changes during development only.
Define Custom Ruleset in AL Extensions | Dynamics 365 Business Central
Просмотров 1344 месяца назад
In this video , we have learned about the different ways of adding custom rulesets in business central we also see that how to add external rulesets in Al Extensions
Different Cops in Dynamics 365 Business Central
Просмотров 1944 месяца назад
In this video we have learned about the following cops 1. Appsource Cop 2. PTE Cop 3. UI Cop 4. CodeCop 5. Linter Cop
How to start with BCPT | Dynamics 365 Business Central
Просмотров 2395 месяцев назад
In this video , we have learned about the basics of BCPT toolkit extension. Links you can use for further learning 1. aka.ms/bcpt 2. github.com/microsoft/ALAppExtensions/tree/main/Other
Use case of different BCContainerhelper commands
Просмотров 665 месяцев назад
Use case of different BCContainerhelper commands
Table Metadata | Dynamics 365 Business Central
Просмотров 2205 месяцев назад
Table Metadata | Dynamics 365 Business Central
Installing Apps from Appsource through AL Language in Business Central
Просмотров 1135 месяцев назад
Installing Apps from Appsource through AL Language in Business Central
Get Cloud Environment information using BCContainerhelper
Просмотров 735 месяцев назад
Get Cloud Environment information using BCContainerhelper
Publishing apps to the Development scope in a Sandbox environment | BCContainerHelper
Просмотров 665 месяцев назад
Publishing apps to the Development scope in a Sandbox environment | BCContainerHelper
Publish apps as PTE in Production and Sandbox using BCContainerhelper
Просмотров 1226 месяцев назад
Publish apps as PTE in Production and Sandbox using BCContainerhelper
BCAuthContext Part 2 - Learn Client Credentials Flow | BCContainerhelper
Просмотров 676 месяцев назад
BCAuthContext Part 2 - Learn Client Credentials Flow | BCContainerhelper
Concept of BCAuthContext under BCContainerhelper
Просмотров 936 месяцев назад
Concept of BCAuthContext under BCContainerhelper
Run Appsource validations on .app locally using Run-AIValidation | BCContainerhelper
Просмотров 726 месяцев назад
Run Appsource validations on .app locally using Run-AIValidation | BCContainerhelper
Issue - Publishing Extension from VS Code for BC 2024 wave 1
Просмотров 2096 месяцев назад
Issue - Publishing Extension from VS Code for BC 2024 wave 1
Hide Enum Options using Values Allowed Property | Business Central
Просмотров 1506 месяцев назад
Hide Enum Options using Values Allowed Property | Business Central
How to start with Github Copilot and Visual Studio Code
Просмотров 1536 месяцев назад
How to start with Github Copilot and Visual Studio Code
Docker : BCContainerHelper Module Powershell Commands | D365 Business Central
Просмотров 2526 месяцев назад
Docker : BCContainerHelper Module Powershell Commands | D365 Business Central
Build an app with Image upload in PowerApps
Просмотров 1876 месяцев назад
Build an app with Image upload in PowerApps
In-Depth Guide: Maximizing Install Codeunit in Extensions
Просмотров 1257 месяцев назад
In-Depth Guide: Maximizing Install Codeunit in Extensions

Комментарии

  • @blocktar
    @blocktar 18 дней назад

    Thank you very much, from Spain!

  • @blocktar
    @blocktar 18 дней назад

    Thank you very much, from Spain!

  • @aliasghar09
    @aliasghar09 20 дней назад

    This is fantastic

  •  21 день назад

    Thanks for the video. Very usefull. Have you ever signed an XML with a certificate inside BC with AL? If so, could you please, make a video about it? Thank you again and keep doing.

  • @venkannababu-s6l
    @venkannababu-s6l 26 дней назад

    I too have same question which @Kellerlutukai1820 has asked.

  • @premierde
    @premierde Месяц назад

    How to squash the commit after the pull request was already performed.

  • @justinarnold1981
    @justinarnold1981 Месяц назад

    This was well done. THANK YOU. I've been having a hard time decoding MS's documentation around this. Thank you for making this simple!

  • @Faizanmuhammad-v7d
    @Faizanmuhammad-v7d Месяц назад

    this featue of perftool suite is not shown in business centeral ? has it been depricated?

  • @Jpatra-rb3hc
    @Jpatra-rb3hc Месяц назад

    Hello sir, could you please make a video on data upgradation from nav 2016 indian localization to Business central

  • @Jpatra-rb3hc
    @Jpatra-rb3hc Месяц назад

    Really Good featuers

  • @KK-yf9nq
    @KK-yf9nq Месяц назад

    awesome work. I really appreciate. Next one, do inserting of journal or an invoice to business central from an external system

  • @WrothRex
    @WrothRex Месяц назад

    what is oops?

  • @Jpatra-rb3hc
    @Jpatra-rb3hc Месяц назад

    Very well explained, Will you please share a post that how we can write code at the time of getting access token and use in our code to process further. from your video everybody learning much and understand in depth.

  • @mickcooke99
    @mickcooke99 Месяц назад

    Thanks for explaining this, got me out of a hole!

  • @azecho4080
    @azecho4080 Месяц назад

    hello, i do same as u, but i have a problem, when i click on my customer the reports dont change. I don't know why because i do the same thing as u. Please help me

  • @MOVEON627
    @MOVEON627 Месяц назад

    Best explanation thank you sir

  • @ewoutlagendijk9604
    @ewoutlagendijk9604 Месяц назад

    Thank you for explaining how to revert. I just learned what rebase is, is there any specific reason why you chose rebase here instead of the default?

  • @kazimhasan4951
    @kazimhasan4951 Месяц назад

    Very nice vedio

  • @DeepakKumar-ni6xe
    @DeepakKumar-ni6xe 2 месяца назад

    Hi Sir, I want to take technical class for Business centra

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

    Get-NavAppRuntimePackage command is for already existing Runtime Packages. How does one create a new one?

  • @faid-u3l
    @faid-u3l 2 месяца назад

    how about @echo off?

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

    What if we revert in the pull request itself which we can see in the pull request page?

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

    how t tracking all vendors advances payments

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

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

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

    Is this Saas..! We are looking for onprem

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

    Thank you for crystal clear introduction on this part.

  • @sss-le3xe
    @sss-le3xe 4 месяца назад

    How to print 2nd workbook of a same sheet in excel

  • @jaleefpk7944
    @jaleefpk7944 4 месяца назад

    how do you map the users,

  • @GeekUpdates
    @GeekUpdates 4 месяца назад

    Can you make video Al Test Script for Appsource?

  • @GeekUpdates
    @GeekUpdates 4 месяца назад

    Success, but why not showing digital signature tab?

  • @pspol3273
    @pspol3273 4 месяца назад

    Bro please keep creating videos for functional consultants

  • @lukend1
    @lukend1 4 месяца назад

    Easy to follow and understand, thank you.

  • @lukend1
    @lukend1 4 месяца назад

    Straight forward and easy to follow. Thank you.

  • @apq2239
    @apq2239 4 месяца назад

    Thank you for the explanation video but this font is super expensive. Is there a free alternative?

    • @yudaxboy
      @yudaxboy 4 месяца назад

      what do you mean by super expensive ? do we have to pay to use the font ?

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

      @@yudaxboy yes when onPrem

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

      Hey did you find a solution that doesnt involve paying for the font?

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

      Alternative is to use a Webservice where AL Report sends the Text and Webservice returns QR code

  • @sheelpatel7170
    @sheelpatel7170 4 месяца назад

    Hi, I am using the Business Central, I am Adding fue files into the Azure Blob Storage and get the URL links fetch to the Business Central, Now the Question is : My one of customer want the Files needs to open into browser only, currently all files download into local system. Do you have any solution for this? Thanks in advance! 🙂

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

    very good video for Business Central cloud and VS code

  • @georgezviadgoglodze7810
    @georgezviadgoglodze7810 4 месяца назад

    Good job man!

  • @kellerlutukai1820
    @kellerlutukai1820 4 месяца назад

    how do integrate business central with sharepoint when a document is attached in business central its creates a document in sharepoint and retun a url on the bc for viewing

  • @vishnupattali6779
    @vishnupattali6779 4 месяца назад

    How to set up centralised warehouse in bc

  • @vishnupattali6779
    @vishnupattali6779 4 месяца назад

    Hi , thanks for ur videos. We have a suitation that durig purchase and sales order level we have to put location code empty. But warehouse receipt and delivery order level we hve to choose wharehouse locations. We are using third party wharehouses for in and out . Is it possible in bc without customisation

  • @faisalqureshi8442
    @faisalqureshi8442 5 месяцев назад

    hi, In production, we see that top customer headlines show almost three months old data. How can we resolve this in business central ?

  • @dennismutemi7991
    @dennismutemi7991 5 месяцев назад

    Thanks for informative video but I have a question,,Does this also apply in a production environment

  • @maheshkdr
    @maheshkdr 5 месяцев назад

    Hi, I want to revaluate the cost price for the inventory as on 31st Jan 2024 and currently I am in May 2024. I don't want the new costing to affect the inventory after 31st Jan 2024. The item revaluation doesn't pull the inventory based on the posting date. Any idea?

  • @mohammedparvez9828
    @mohammedparvez9828 5 месяцев назад

    How about if cheque is cleared in next month. How to do that like u did example entry 100 the same, will do in next month. For clearing cheque am. I right

  • @dennismutemi7991
    @dennismutemi7991 5 месяцев назад

    This Super bro💯

  • @Asurgaming773
    @Asurgaming773 5 месяцев назад

    very nice video ...really appreciated keep making this type of content, i really want

  • @lucasrodriguez3419
    @lucasrodriguez3419 5 месяцев назад

    thank you very much, good man!

  • @kateoriordan7585
    @kateoriordan7585 5 месяцев назад

    Thank you so very much for creating and presenting this very informative video - I have been reconciling our bank payments in to be BC very manually, now I can automate the system with your detailed, step by step and easy to follow instructions. I learnt so much today and this will definitely improve my day to day processes moving forward!! Thanks again :)

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

    I am not able to do external API calls in docker, Is there any configuration to be look after?

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

    Thank You! It was very helpful and saved me a lot of time