Aiswarya NAMBIARd365.hashnode.dev·Nov 8, 2024Drive Value through Dynamics 365 CRM Integration: Insights from Nalashaa DigitalIn a rapidly evolving digital landscape, the role of CRM systems has expanded beyond managing customer data to becoming integral hubs for connectivity and operational efficiency. At Nalashaa Digital, we’ve closely explored the transformative potentia...Discuss#dynamics365
Bayram ÇETİNbayramcetin.hashnode.dev·Nov 7, 2024Dynamics 365 Dialog Field MultiSelect Lookup MethodDiğer bir yazımda Dialog Field’ın lookup’ını nasıl Override edebileceğiniz hakkında bir class paylaşmıştım. Yazıya buradan ulabilirsiniz: https://bayramcetin.com/dynamics-365-dialog-lookup-override Bu yazıda, Dialog field Lookup'ını nasıl çoklu seçim...DiscussDynamics 365 FO BlogDialog Field MultiSelect Lookup
Donald Kibetdonaldkibet.hashnode.dev·Oct 11, 2024Segmented entry control In DialogsSegmented entry controls are common used for dimension values such as ledger accounts. This is commonly supported in forms. In this article we are going to implemented segmented controls in an dialog. DialogField dialogFeeLedgerDimension; dialog...Discussd365fo
Donald Kibetdonaldkibet.hashnode.dev·Oct 9, 2024Create a Voucher in X++Creating a voucher in X++ without having to create a journal. Initialize Voucher Details Initializes key details like the amount, ledger account, vendor account, posting types, and original voucher. The VoucherTrans method is called with these parame...Discussd365fo
Dmitry Suschevskiid365core-tech.hashnode.dev·Oct 2, 2024How to migrate to a new Commerce SDK from the Retail SDKIntroduction In October 2023, Microsoft officially ended support for the old Retail SDK. As an alternative, developers are encouraged to transition to the new version of the SDK, known as Commerce SDK. This upgrade helps minimize errors during enviro...Discuss·46 reads#d365commerce
Bayram ÇETİNbayramcetin.hashnode.dev·Sep 25, 2024Custom Workflow Development in Dynamics 365 Finance and OperationsMicrosoft Dynamics 365 Finance and Operations, işletmelerin süreçlerini daha verimli ve esnek bir şekilde yönetmelerine olanak tanıyan güçlü bir ERP çözümüdür. Standart iş akışları birçok işletmenin ihtiyaçlarını karşılayacak şekilde tasarlanmış olsa...DiscussDynamics 365 FO BlogCustom Workflow Development
Bayram ÇETİNbayramcetin.hashnode.dev·Aug 15, 2024Multi-select on Form DataSource Grid in Dynamics 365 Finance and OperationsBu yazıda, Grid'de seçilen kayıtları işlemek için hızlı ve işlevsel bir kod parçası paylaşmak istiyorum. Bu basit kod sayesinde, bir while döngüsü kullanarak Grid üzerinde birden fazla seçili kaydı kolayca ele alabilirsiniz. MultiSelectionHelper help...DiscussDynamics 365 FO BlogMulti-select
Bayram ÇETİNbayramcetin.hashnode.dev·Aug 12, 2024Creating a new financial dimension - Dynamics 365 for Finance and OperationsDynamics 365 for Finance and Operations, önceden tanımlanmış entity'leri (örneğin, müşteriler, satıcılar, maliyet merkezleri, maddeler, projeler vb.) kullanarak mali boyutlar oluşturmayı sağlar. Ancak, bazı durumlarda bu sistemi özelleştirmek ve işle...Discuss·1 like·54 readsDynamics 365 FO BlogNew Financial dimension
Donald Kibetdonaldkibet.hashnode.dev·Jul 1, 2024Excel Import and Journal Processing in D365 F&O - Part TwoPart Two: Creating and Posting the Journal Entries Introduction Having successfully read the imported Excel file and passed the values as arguments to the helper class, we will now use these values to create a journal entry, create journal lines, and...Discussd365fo
Donald Kibetdonaldkibet.hashnode.dev·Jul 1, 2024Excel Import and Journal Processing in D365 F&O - Part OneIn this article, we'll walk through the process of importing Excel files into D365 F&O for bank charges. After the upload is complete, the contents of the Excel file are read, a journal is created with journal entries, and the journal is posted. The ...Discuss·27 readsObject Oriented Programming