Skip to main content

Posts

Axapta and D365 related Keywords suggestion for YouTube

axapta tutorial, axapta training, axapta 2012, axapta accounting software, axapta 365, axapta 2012 interview questions with answers, axapta system, axapta database, axapta software, axapta ax, axapta aos, axapta demo, microsoft dynamics axapta, axapta deutsch, axapta erp, axapta erp tutorial, axapta eğitimi, axapta tutorial español, microsoft axapta tutorials, ms axapta, microsoft axapta eğitimi, axapta programı nasıl kullanılır, axapta programa, axapta pronunciation, axapta program, axapta programma, axapta programı, sistema axapta, axapta 12, axapta 2012 tutorial, axapta 2012 training materials, axapta 2019 d365 crm, d365 warehouse management, d365 business central, d365 field service, d365 retail, d365 sales, d365 master planning, d365 marketing, d365 asset management, d365 api, d365 architecture, d365 automation, d365 approval workflow, d365 ai, d365 ax tutorial, d365 accrual schemes, d365 bank reconciliation, d365 business centr

Answer this ERP Case in comment

I have a case: 1/ The XYZ company have 10 shops (shop is dependent accounting) 2/ 01-FEB-2019, this company purchase a fixed asset and receive in shop A 3/ 15-FEB-2019, this company transfer asset from shop A to shop B 4/ 05-MAR-2019, this company transfer asset from shop B to shop C, continue 5/ I want to the system generate depreciation at the company level in the end of month Question: 1/ How do I setup in the ERP system?

How to allow to single sign on using their windows credentials in D365

We have on premises version of D365 but every time it ask user to enter username and password. Is there a way we can allow them to single sign on using their windows credentials Solution : yes in IE browser option exist in security tab. Go to Internet Options > Security tab > Highlight your zone. Click the Custom level... button Scroll to the bottom and look at User Authentication

Join this Axapta ERP group to connect many professionals

Dear Friends , You can join below Axapta ERP group to connect many professionals . Microsoft Dynamics AX (Axapta) is a highly scalable enterprise resource .Dynamics AX is a piece of business software made by Microsoft.Dynamics AX has been rebranded Dynamics 365 for Finance and Operations, On-Premises and cloud version . Microsoft Dynamics Axapta Group of Professionals

MB-300 Microsoft Dynamics 365: Core Finance and Operations | MS Certification exam online visit link for more details

MS Certification exam for D365 Finance and operations . You can schedule your exam online on below link Exam MB-300: Microsoft Dynamics 365: Core Finance and Operations Other exam as below Exam MB-310: Microsoft Dynamics 365 Finance Exam MB-320: Microsoft Dynamics 365 Supply Chain Management, Manufacturing Exam MB-330: Microsoft Dynamics 365 Supply Chain Management

Code to delete attached document from forms in Axapta

Below is Code to delete attached document from forms in Axapta. If you want to delete all files from folder then this code sample can help you. Here word document considered as attachment for particular records. COM wordApplication; COM wordDocuments; COM wordDoc; DocuRef docuRef,docuRef2; DocuAction docuAction, createdDocuAction; str document,foldername,filename,fileinfo,newfilename; System.String[] filePath; int fileCount,currentFileCount,len; foldername =@"C:\DocsN\Document_Management\"; filePath =System.IO.Directory::GetFiles(foldername); //get listing of all files within the folder fileCount = filepath.get_Length(); //get how many files were found for(currentFileCount = 0; currentFileCount < fileCount ; ++currentFileCount) { fileinfo = filepath.GetValue(currentFileCount); len = strLen(fileinfo); filename = subStr(fileinfo,47,len); filename = fileinfo