This Blog is developed for sharing Dynamics 365 Technical knowledge of my & Shilpa's work experience. Myself Today Dynamics 365 Team Lead in ICS Technology. Started with C++, ORACLE, VB, Java & today well-versed with top Microsoft Technologies Power BI, Power Apps & SQL SERVER. Shilpa, She is a NAV Techno-functional consultant & having 4+ years of experience with certified developer. She is a good exposer of Power BI & Power Apps. Love to hear comments from U 4 my posts
Showing posts with label Excel Operation. Show all posts
Showing posts with label Excel Operation. Show all posts
Monday, July 8, 2019
File Handling Part 2 in Business Central SaaS
Labels: MS Dynamincs NAV
AL,
Business Central,
Excel Operation
Tuesday, June 21, 2016
How You Can Take Input From End User In Codeunit Object
How You Can Take Input From
End User In Codeunit Object
Hi all,
Today i came across with different type of
requirement, where someone asking for how could we input from codeunit.
This example illustrates how you can take
input from end user in Codeunit Object.
And update the excel sheet from inputted data,
using dotnet variables.
To achieve these requirement follow these
steps:
Step 1: Create
a new codeunit.
Step 2: Create
function "CreatePopOfWindow" and
"UpdateExcelData" See the bellow screenshot].
Excel Function:
Excel Variable:
Step 3: Save,
Compile and run the newly created codeunit, See the bellow screenshot].
Scenario - 1:
Scenario - 2:
Click Here
for download Object.
Note:
It might be changed the version of
variables, so better to Re-define/declare the DotNet variables.
Labels: MS Dynamincs NAV
C/AL Programming,
Excel Operation,
Input Form
Location: Hyderabad, Telangana, India
Hyderabad, Telangana, India
Subscribe to:
Posts (Atom)
Popular Posts
-
Add a QR Code to a Dynamics NAV 2015/2016 in Report Header Hi All, This article will demonstrate how to add a QR Code to a NAV 2016. ...
-
Hi all, Today i came across a different type of query,where Some customers may not want to use Departments menu available. We need to h...
-
👋 Hi all, SFTP Management using WinSCP Recently I have worked on a Website Integration where the requirement was to upload, download, Re...
-
Hello readers, Today I'm going to continue on file handling in business central SaaS to cover the remaining functions as shown in b...
-
DATA MIGRATION IN NAV 2016 FROM NAV 2009 Hi all, Today i came across with different type of requirement, Sometimes we need to move/Cop...
-
New Workflows added in NAV 2017 Hi All, Today i came with amazing article in NAV 2017. First of all, I would like to say t...
-
Hello readers, Today I'm going to discuss on file handling in business central SaaS. Already other bloggers have been written for on...
-
Add Users in NAV 2016 from SQL Server Hi all, Today i came across with different type of requirement...
-
Walkthrough: Implementing New Workflow Events and Responses Introduction Microsoft Dynamics NAV 2016 Workflows enable you to model rea...
-
Hi all, Today I posted how you can Encode And Decode Text. //<<----------------Encoding Text--------------------->> //----...