Fellows, I have gone through many post giving solution of either receiving of purchase order or registration of inventory only. I am writing this blog to give a solution to receive and register purcha...(read more)
↧
Posting a Product Receipt with Item Registration through code Dynamics 365 Finance and Operations X++
↧
Export data entity through code Dynamics 365 Finance and Operations X++
Fellows, In this blog I will let you know about how to execute data entity export job through code.
#DMF SharedServiceUnitFileID fileId; DMFDefinitionGroupName definitionGroupName = "MyUniqueDefini...(read more)
↧
↧
Performance Review Service Q&A with Rod Hansen, Sr D365 F&O PFE
The Finance and Operations Performance Review is an important Dynamics 365 offering, as it provides you with proactive support as well as a chance to gain insight and understanding of your deployment&...(read more)
↧
get your item to show in purchase requisition lines in D365FO
Sharing some simple steps to get your item to show in purchase requisition lines in D365FO
Purchasing policies in procurement and souring for specific company
Policy rules
Catalog policy rule...(read more)
↧
Tips and tricks on Address purpose setup
Starting a brand new project, I’m often asking myself the same questions on address purpose so this time I’m writting for me not to forget next time and also share it with the community.
Use Defaults...(read more)
↧
↧
The Microsoft Dynamics Modern Store - Fashion Retail
www.youtube.com/watchSarah is a shopper in the Generation Y/Z demographic. She likes to be connected at all time, and opts in to share her location and to receive notifications. This video shows how Microsoft solutions based on Microsoft Dynamics can help the retailer to engage their customer consistently, enjoyably, and profitably. Products facilitating this scenario are: Microsoft Dynamics AX, Dynamics CRM, Dynamics Marketing, Dynamics Partner Solutions, Dynamics AX Modern Point of Sale, and Microsoft Social Engagement.
To learn more about Microsoft Dynamics click here: https://www.microsoft.com/en-gb/dynamics/retail.aspx
↧
The Microsoft Dynamics Modern Store - Electronics Retail
www.youtube.com/watchGreg is a shopper in the Generation Y demographic - he likes to be connected, but only when he decides to. This video shows how Microsoft solutions based on Microsoft Dynamics can help the retailer to engage their customer consistently, enjoyably, and profitably. Products facilitating this scenario are: Microsoft Dynamics AX, Dynamics CRM, Dynamics Marketing, Dynamics Partner Solutions, Dynamics AX Modern Point of Sale, and Microsoft Social Engagement.
To learn more about Microsoft Dynamics click here: https://www.microsoft.com/en-gb/dynamics/retail.aspx
↧
Smiles Co. brings additional joy to customers with the help of Dynamics 365 for Operations
www.youtube.com/watchSmiles Co. is a company with kindness behind everything they do. “We seek to find new value in things that, in our hectic day-to-day lives, are taken for granted and ultimately overlooked,†says the company’s website. Smiles Co. operates a wide range of enterprises and, in order to accelerate the decision-making and strategy planning process, the company built a business data platform using Microsoft Dynamics 365 and Azure. See how, by operating in the cloud, the platform increases user-friendliness and cost savings.
Click here to learn more: https://aka.ms/smiles
↧
From the Microsoft Dynamics 365 for Finance and Operations/AX Blogs: Performance Review; Containerization; Entity export; Async method
In this week's Dynamics 365 for Finance & Operations
(D365FO) and AX blog roundup:
Looking into Dynamics 365 Performance Review
Dynamics 365 Finance and Operations containerization
D365FO Bring Your Own Database entity export failing with... Read the full text.
↧
↧
A Day in the Life: What is a Premier Field Engineer?
If you are wondering what exactly a Premier Field Engineer (PFE) is and what their role consists of, or are just curious about learning more on the role, this is the place for you. Maybe you are even ...(read more)
↧
MSDW Podcast: Data warehouses and Azure data lakes for Microsoft Dynamics 365 for Finance and Operations users, with Kirk Donahoe
The reporting architecture of Microsoft Dynamics 365 for Finance
and Operations (D365FO) is moving toward data lakes, and it's not a
simple change for customers to understand. Today's guest, Kirk
Donahoe, solution architect and consulting manager... Read the full text.
↧
Resolved:How to do recalculation for InventSum table in Microsoft Dynamics Axapta
Sometimes you may see some discrepancy in InventSum table for any item then you may need to recalculate inventsum for particular item. You can try below code to do it.
This job will recalculate InventSum for specific item.static void InventSum_Recalculate(Args _args)
{
InventSumRecalcItem InventSumRecalcItem;
InventTable _InventTable;
while select * from _InventTable where _InventTable.ItemId == '61142A'
{
ttsBegin;
InventSumRecalcItem = new InventSumRecalcItem(_InventTable.ItemId, true, checkfix::fix);
InventSumRecalcItem.updatenow();
ttsCommit;
}
info("Done");
}
↧
How to create date using x++
In every programming language, playing with date and time is always complex. As, date has different formats, different regional norms to write and more importantly different ways to store in the memory...(read more)
↧
↧
NT 2019.001 - AX2012
KB 4518842 liberado para a NT 2019.001 no AX2012 R3!
Link do LCS: https://fix.lcs.dynamics.com/Issue/Details/1234199?kb=4518842&bugId=3980958&dbType=0&qc=3889179f7e7988edd71622f7dc15d17992a1aef1b9fab1583603474a9e91aaf2
Link do LCS: https://fix.lcs.dynamics.com/Issue/Details/1234199?kb=4518842&bugId=3980958&dbType=0&qc=3889179f7e7988edd71622f7dc15d17992a1aef1b9fab1583603474a9e91aaf2
↧
Retail statement posting enhancements | 2019 release wave 2 | D365 for Retail
Hi Guys, Hope you are RetailDAXing. You might have read my earlier 4 part series on Statement posting. In this blog, I would like to share the enhancements that are part of 2019 release wave 2.
...(read more)
↧
L’essentiel sur les objectifs des adresses
English version available here
J’ai récemment commencé un nouveau projet, et lors du paramétrage je me pose souvent les mêmes questions concernant les adresses, surtout la notion d’objectif. Donc cette...(read more)
↧
How to insert data in customize table during proforma invoice for sales order in axapta
To insert data in customize table during proforma invoice for sales order in axapta you can apply code in run method of FormLetterService class. I hope this small things will help you a lot .
\Classes\FormletterService\run
\Classes\FormletterService\run
↧
↧
How to print customized report for Proforma invoice in ax 2012
To print customized report for Proforma invoice in ax 2012 you can try code in printJournal method in SalesInvoicejournalPrint class. I hope this will help you a lot.
\Classes\SalesInvoiceJournalPrint\printJournal
\Classes\SalesInvoiceJournalPrint\printJournal
↧
Category wise access to users in procurement in purchase requisition in Microsoft Dynamics 365 Finance and Operations one version
Category wise access to users in procurement in purchase requisition in Microsoft Dynamics 365 Finance and Operations one version
Sharing in simple steps
1
Configure procurement catalog/procu...(read more)
↧
The Microsoft Dynamics Modern Store - Fashion Retail
www.youtube.com/watchSarah is a shopper in the Generation Y/Z demographic. She likes to be connected at all time, and opts in to share her location and to receive notifications. This video shows how Microsoft solutions based on Microsoft Dynamics can help the retailer to engage their customer consistently, enjoyably, and profitably. Products facilitating this scenario are: Microsoft Dynamics AX, Dynamics CRM, Dynamics Marketing, Dynamics Partner Solutions, Dynamics AX Modern Point of Sale, and Microsoft Social Engagement.
To learn more about Microsoft Dynamics click here: https://www.microsoft.com/en-gb/dynamics/retail.aspx
↧