With the release of Business central Wave2, now it is possible to create Requisition and Planning worksheets for Non-Inventory Item.
Click the below link to know more:
Add non-inventory items on requisition and planning worksheets | Microsoft Docs
With the release of Business central Wave2, now it is possible to create Requisition and Planning worksheets for Non-Inventory Item.
Click the below link to know more:
Add non-inventory items on requisition and planning worksheets | Microsoft Docs
Remove obsolete reports 204, 205, 206, and 207
Below reports are being deprecated. Public Preview from Sept 2021.
Remove obsolete reports 204, 205, 206, and 207 | Microsoft Docs
Enabled for | Public preview | General availability |
---|---|---|
Users, automatically | Sep 2021 | Oct 2021 |
Deprecated report | Recommended report |
---|---|
204 Sales - Quote | 1304 Sales - Quote |
205 Order Confirmation | 1305 Sales - Confirmation |
206 Sales - Invoice | 1306 Sales - Invoice |
207 Sales - Credit Memo | 1307 Sales - Credit Memo |
You might have seen this message on the User card which says the Web Service Access key is being deprecated on Saas.
Please follow the below steps to generate OAuth for API.
A very good documentation on APIs in Business central. So I thought of sharing the same. Below is the link, thank you YUN ZHU
Dynamics 365 Business
Central Launch Event
Tuesday, April 13, 2021
8:00 AM - 9.30 AM Pacific Time
Register here: Dynamics 365 Business Central Launch Event (social27.com)
Whenever I tried to create a new company in Business Central, I receive this Error message: You do not have the following permissions on TableData General Ledger Setup: Insert.
Moreover, I won't be able to access Business Central at all, which means it won't allow us to navigate to any screen. We will have to force close the browser.
You might have tried with all possibilities like assigning SUPER permission to the User, Removing Company name for the SUPER permission set line, User Group permission, etc but it might have not fixed the issue.
Solution:
Update the User license in Microsoft 365 Admin center https://admin.microsoft.com/Adminportal
PunchOut, External catalog |
Pre-requisite: Get the cXML setup from the eCommerce shopping vendors. They will register You on their system, which allows You to connect their system. They will provide ID and PW which enables us to connect their system.
In this video, we will see PunchOut (External Catalog) functionality in D365FO. This enables us to connect with eCommerce shopping sites like Amazon, Grainger, Staples etc. Below is the video link.
Below is the cXML file format:
<?xml version="1.0" encoding="utf-8"?>
<cXML payloadID="" timestamp="" version="1.2.008" xml:lang="en-US">
<Header>
<From>
<Credential domain="DUNS">
<Identity>ID</Identity>
</Credential>
</From>
<To>
<Credential domain="DUNS">
<Identity></Identity>
</Credential>
</To>
<Sender>
<Credential domain="NetworkID">
<Identity>id</Identity>
<SharedSecret>password</SharedSecret>
</Credential>
<UserAgent>agent</UserAgent>
</Sender>
</Header>
<Request deploymentMode="test">
<PunchOutSetupRequest operation="create">
<BuyerCookie />
<Extrinsic name="UniqueUsername">Akokney</Extrinsic>
<Extrinsic name="UserEmail">Akokney@email.com</Extrinsic>
<BrowserFormPost>
<URL>https://axurl.cloudax.dynamics.com/?mi=catExternalCatalogBasketWizard</URL>
</BrowserFormPost>
<SupplierSetup>
<URL>https://staples.com/StaplescXML/receive11</URL>
</SupplierSetup>
</PunchOutSetupRequest>
</Request>
</cXML>
How to View a table object from an AL project in Visual Studio Code for MSDYN365BC