Arrow functions have newly introduced a way to write JavaScript code in a shorter way. in javascript, we can
write a function in the following way
function myFunction(item){
console.log(item);
}
we are able to write
javascript function as following way
const myFunction = function(item){
console.log(item);
}
in...
Sunday, September 19, 2021
Saturday, September 18, 2021
Apply SharePoint Template to site in SharePoint Online
This article describes applying a built-in template to the
site. Following are the steps.
Go to the preferred site that you need to add a custom theme and click on the gear wheel in
suite bar.Then You will able
to see the “Apply a site template” under the Settings.When it displays the "Select...
Monday, April 5, 2021
Customizing Office 365 Suite Bar Theme with logo image

Here I'm going to explain how to change the logo in SharePoint online. In This method, the logo is changed at the tenant level and it is displayed on the office suite bar.
Select Admin from Apps
Once the admin panel
has loaded. Click on … Show all
Click On Settings
to expand to the option. Then
select...
Friday, January 22, 2021
How to navigate to power automate admin center

In this article, I am explaining how to navigate the Power Platform Admin Center. There were two methods,Direct Navigation by URLNavigate Through O3651. Direct Navigation by URLAs per today, 22/01/2021 following URL is navigating to the Power Automate Platformhttps://admin.powerplatform.microsoft.com/2....