Useful tips for everyday
Can you store PST files on SharePoint? Generally, you should be able to export your emails to a . pst file as backup and then…
How do you separate duplicates in Excel? Remove duplicate values Select the range of cells that has duplicate values you want to remove. Tip: Remove…
How do I add a delete button to a SharePoint list? Formula =” & ” onclick=””{event.stopPropagation();” & “var clientContext=new SP.ClientContext.get_current();” & “var list=clientContext.get_web().get_lists().getById(SP.ListOperation.Selection.getSelectedList());” How do…
How to import query suggestions in SharePoint search? When you import query suggestions, any existing ones will be overwritten. Browse to the file that you…
How do I turn off all contents of a div? To disable all input elements within div use the following code: $(‘#message :input’). attr(‘disabled’, true);…
How to customize SharePoint list form in InfoPath? Click the File tab, and then click Quick Publish to publish the form. Click OK when prompted.…
Can a SharePoint classic page be a homepage? You can also make an existing page the homepage for your site, even if you are using…
How to make PNP function async in SPFX framework? Important to notice, that in all cases, you are returning a Promise, so you can use…
How can you search for files in a library? To search your Libraries: Locate the Search bar at the top right corner of the Windows…
What is intermediate Certificate Authorities? Definition(s): A CA that is signed by a superior CA (e.g., a Root CA or another Intermediate CA) and signs…