Upload a file on SFTP server using SSH key or Username/Password in D365 using x++ (Part 2)Hello, reader!If you haven鈥檛 gone through Part 1 yet, I recommend checking it out first here (Part 1) for important context. 馃搶 What We鈥檒l Cover in Part 2 In this part, we'll walk through how to upload a file to an SFTP server using SSH key authentic...May 11, 2025路660
Upload a file on SFTP server using SSH key or Username/Password in D365 using x++ (Part 1)Understanding SFTP Server Connectivity: A Simple Guide Today, we are going to dive into SFTP server connectivity. I鈥檓 assuming you already have some basic knowledge of SFTP, but if not, don鈥檛 worry, feel free to Google and explore other blogs to enha...Dec 22, 2024路1.6K
Send Email with dynamic body using X++Hello, Coder. Today, I will show you how to send an email with a dynamic body using an email template in Dynamics 365. First, we need to set up the Email template in d365. Path: System administration >> Setup >> Email >> System email templates In Em...Aug 11, 2024路826
Batch Job with Records to include using X++Have you ever heard about data filtering in batch jobs? Sometimes we need to run a batch job for particular record/data, but in a normal batch job, we cannot filter any data. So in this blog, I will give you a brief idea about how we can achieve that...Jun 27, 2024路1.7K
How to create Default/Ledger Dimension using X++Easy Steps to Build Default/Ledger Dimension in X++Jun 19, 2024路1.0K