Skip to main content

Posts

Showing posts with the label d365 finance and operation

Create/deploy cloudhosted environment using other Tenant user

As we know Microsoft has enforced that we need to have build and test(Dev) as cloud-hosted server, as there would be no Dev server, is included in Finance and operations license. In such a case, many of the clients don’t have a separate Azure subscription or maybe you have with a different client's tenant. So when you want to deploy a cloud-hosted environment using a different azure subscription tenant you need to perform steps which we will discuss further in this blog after which you could deploy your cloud-hosted server from the different tenant.   First of all, add another tenant (Azure user) user in your LCS project user as follows. Now we need to enable the preview license for azure user otherwise it will show its organization as prospective due to which you can not create the azure connector. For which you can follow the  finance and operation preview link . fill up the required information over there. After this step refresh the page for ...

Provide print from D365Fo to printer using Network printers configuration

In D365 Finance and Operations many times we want to print some reports or invoices directly to system connected printer but it's not possible for the D365fo environment to print directly without authenticating your device and connection with your printer and system. So make the trusted connection between your printer and system network printer configuration comes in the picture. So in this blog, we will see how to make configuration for Network printer and provide print directly from D365 Finance and Operations and after following all the steps your printer will be enlisted in network printers section. Navigate to Network printers. After logging into your finance and operations environment navigate to Modules>>Organization administration>>Setup>>Network printers  as follows. Download document routing agent installer and install it. Now on the top side navigate to the application section and click on Download document routing agent. After downloading the appl...

Create new aggregate measurement / Entity store in D365 Finance and Operations to be consumed in Power BI report in D365 Finance and Operations

In D365 there are several option to export/Import data like Data Entities, BYOD, Aggregate measurements/Entity store. In this blog we will learn How to create entity store in D365 Finance and operations. Aggregate Measurements/Entity Stores are use to create Power Bi reports with nearly Live data where user have option to set its recurrence that is how often you want to refresh entity store there is no need to manually refresh the data as per suggested Batch job will run for respective entity stores. You can also forcefully refresh data by pressing refresh button on entity store page. So lets start with development of aggregate measurements, aggregate dimensions. Add New aggregate measurements object to the project where we required Add required attributes Add required measures Add required dimensions Add dimensions where view of dimension and aggregate measurements are different Build The Model Refresh Entity store from D365 Finance and Operation Environment Verify that r...

Error "Cannot delete a record in batch job(BatchJob). The corresponding AOS validation failed "while deleting batch job in D365 finance

while you want to delete batch job in Finance and operation you may have faced error as follows "Cannot delete a record in batch job(BatchJob). The corresponding AOS validation failed".               This blog will be helpful to resolve this issue, just follow mentioned steps. Go to batch job( system administation >> inquiries  >> batch jobs ) select batch jobs which you want to delete and press button change status now change its status to canceling as follows after which jobs status will change to canceling and after that it will automatically change to waiting state now try to delete it by pressing delete button. Now select yes to delete record And you have successfully deleted the record. Hope this blog was helpful to you.