When email fails a 550 error may occur. In most cases the email has been blocked as spam. 550 5.7.1: Service unavailable: client [###] blocked using ### (Exchange Server) 550 5.7.1: Message rejected as spam by …
-
-
Customize: SharePoint Online – FAQ | SharePoint Online
via Customize: SharePoint Online – FAQ | SharePoint Online
-
Office
-
Hide the Ribbon in a Nintex Form – O365
Add the following code to the forms custom CSS settings in the form designer. .nf-ribbon-fixed-top { visibility: collapse; } Save and Publish the form.
-
O365 SP Modern to Classic View
Issue Tenant is set to “New Experience”, user needs classic experience, selects “Return to Classic SharePoint” does what is needed and wants to return to Modern view, but there is no switch or link to …
-
Locked Documents SharePoint
Locked Documents SharePoint O365 There may be an occasion where a document remains locked after the user has unlocked and saved it. This is caused by the process of unlocking and locking documents has been …
-
Validation formulas
email address format ^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$ social security number format \d{3,3}-\d{2,2}-\d{4,4}$ alphanumeric (no special characters) [0-9a-zA-Z\s]* 10 digit long number format \d{10,10}$ between a 7 and 9 digit long number format \d{7,9}$ phone number with area code …
-
SharePoint Online
SharePoint Online SharePoint Designer InfoPath Nintex Workflows and Forms Powershell JQuery JSON Visual Studio
-
Nintex tips and tricks
Validation between two controls isNullOrEmpty({Self}) && ReviewStatus==”Submit for Review” JavaScript to launch Task form in edit view Add to custom JavaScript in the settings of the Task Form <!–if(window.location.href.indexOf(“mode=1”) === -1) { var newUrl = window.location.href.replace(“mode=2”, …
-
SharePoint designer – disable controls (read-only) in Edit Form – SharePoint 2013, Office 365
There may be a case where you will need to disable a control to read only. The best way I’ve found to do this without a form editing tool, is in SharePoint Designer. Open SharePoint …