Posts

Package Deployment using LCS for D365 F&O

Image
Most of us are familiar with Lifecycle Services(LCS), and package deployment is one of its uses. Below are the steps that need to be performed for successful deployment or application updates.   Prerequisites: 1) Admin account access for package creation. 2) LCS account with project assigned. Visual Studio Steps Step 1: Open Visual Studio using Run as administrator. Step 2: Click Dynamics 365--> Deploy --> Create deployment package.  Step 3: Select the model(s) to be deployed and the location of the package file where it will be stored.  LCS Steps  Step 4: Log in to LCS and select Asset Library from the top left dropdown.  Step 5 : Navigate and select Software deployable package and select + button to add package to the folder and confirm. Refresh the screen and wait for the package gets validated, tick will appear once validated. Step 6: Navigate to the environment where the package will be deployed. Select apply update under the Maintain dropdown....

How to Resolve DVT Script Issues When Applying Quality Updates in LCS for D365FO

Image
 Recently, while applying Quality updates 39, I encountered an error stating "DVT script for service mode: AOSService on machine." Upon examining the error logs, I found the description: "ERROR: System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel." After some research, I discovered a solution: First: Abort the current process in the Lifecycle Services (LCS) as this option is only available for environments in the Deployed state.  Second: Then, navigate to the Environment details page, click Maintain, and select Rotate secrets. Choose Rotate the SSL certificates and confirm the action.  This simple solution resolved my problem.

How to build a Responsive Navigation Menu in Power Apps

Image
 Start with a page design. or select Sidebar Design we want a side bar on the left side but on the mobile app preview there is a white space on the right side   select left side container and add a left side container width property. Width =  If ( 'Home Screen' . Size = 1 , Parent . Width , 200 )

Get started with Power Apps: A tutorial to Building Business Critical Apps the Right Way

Image
 Start working with Copilot Add some extra columns like "Start date" & End date  Now that you have completed your table, you just have to click the Create App button.  it will take some minutes to make a fully responsive single-page app based on a created table I want to allow a user to make multiple for a single-line 1(Expense) = * (Line Items) we have to create another table from the line item.  Now you get multiple options to create a table like an Excel file, manually or with copilot I am going with the Start with a blank table. You can see my table schema just for reference  Now you can see the table in the Data column. Now you have to make a Relation between the Line item & Expense table. You have to come on the child table like Line Item. Click on relationship and select new relation from the Action pane or choose Cardinality of the table. choose the parent table write a filed name on which table relation base  There is a relationship be...

Employee Travel Request Power App

Image
 First of all, you have to log in with your school or business Account at make.powerapps.com When you log into an environment you see the below screen Create a dummy table and data for the App through Copilot Copilot works as Google Assistant and Siri. There is a chat option in Copilot where you write your query. in my case, I want a travel request table with some Dummy data.  If you want another field or extra field you just have to say it to Copilot You can also rename and delete column you can also add more rows and clear data easily with a command. if you want to create a table you just have to simply click on Create button. Build a Modern Power App Click on Start with a page design There is an already designed app Templates Gallery connects to table, Black Canvas, Sidebar, Header main section footer, etc  you can see in the below screen shot In our case, we are going with the Header, main section footer Template Now you can see the Canvas studio experience Create App...