Skip to main content

Posts

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

Find New Microsoft Dynamics 365 Certification Exam

Microsoft Dynamics 365 exam You can check below  Microsoft Dynamics 365 exam Certification code and description MB-200 Microsoft Dynamics 365 Customer Engagement Core MB-210 Microsoft Dynamics 365 for Sales MB-220 Microsoft Dynamics 365 for Marketing MB-230 Microsoft Dynamics 365 for Customer Service MB-240 Microsoft Dynamics 365 for Field Service MB-300 Microsoft Dynamics 365 Unified Operations Core MB-310 Microsoft Dynamics 365 for Finance and Operations, Financials MB-320 Microsoft Dynamics 365 for Finance and Operations, Manufacturing MB-330 Microsoft Dynamics 365 for Finance and Operations, Supply Chain Management MB-900 Microsoft Dynamics 365 Fundamentals