Package Validation Failed in BC D365 SAAS:
(1) In this blog, we will get to know about the mandatory step while publishing your extension in the production environment of Business Central D365.
(2) If you develop new objects in the extension, you must do this step, otherwise Error PTE0004: Package Validation failed is pop up in the installation status, as shown below:
Error: “Package validation failed due to the following error(s): .vscode/Tables/PickingList-Table-50001.al (1,13) – Error PTE0004: Table 50001 ‘Picking List Detail’ is missing a matching permission set. .vscode/Tables/PrePurchaseInfo-Table-50000.al (1,13) – Error PTE0004: Table 50000 ‘Pre Purchase Information’ is missing a matching permission set. – Job Id : db9e71bc-4e1d-4ca6-aa4e-6fc6ed9c6c23” |


(3) Solution: Open the visual studio and type-
Ctrl+ P → “>Generate permission set as AL object containing current extension object”, as shown. |

(4) After executing the above command, a new permission file is generated in the extension. After successfully generating the file, now your extension is ready to publish in the production environment. For publishing the extension in production refer to the link “Publish an Extension in Production Environment of D365 BC SAAS Version” as shown.

(5) After that, click on the file and see the permission created by this command for new objects.
