Hi Readers, In this article will see how we can create connection with external application using HTTP and read the Json data & store it in business central. In this scenario, if i will enter the ID then it will fill all the related details by getting information from third party application. Step-(1) Firstly i have created the table and call the procedure on OnValidate trigger. table 50102 "User Details API" { DataClassification = ToBeClassified; fields { field( 1 ; ID; Integer) { DataClassification = ToBeClassified; trigger OnValidate () var JsonReadAndWrite_CU: Codeunit "Json Write"; begin JsonRe...
A hub of all my NAV/Business Central Codes.