Monthly Archives: October 2018

Adding debug trick in JavaScript

I liked this trick….    </div>     var aVal = location.search.split(‘debug=’)[1] ? location.search.split(‘debug=’)[1] : ‘0’;     if (aVal == “1”) {         document.getElementById(‘debug-area‘).style.display = “block”;     } else {         document.getElementById(‘debug-area’).style.display = “none”;     }

Posted in Uncategorized | Leave a comment

Forbidden sp.utilitites.utility.SendEmail

Problem: I got in one the workflow to send an email to the SharePoint Group. Solution: I found that the approval email was sent using the SharePoint Group. The issue with that is the group has to be set to … Continue reading

Posted in Uncategorized | Leave a comment

Problem: I got in one the workflow to send an email to the SharePoint Group. Solution: I found that the approval email was sent using the SharePoint Group. The issue with that is the group has to be set to … Continue reading

Posted in Uncategorized | Leave a comment

SharePoint Online WorkFlow Forbidden error for a list with no edit user permission

Problem: I have a list with permission for users to Add or View an Item. Once item added the users are not allowed to edit. In this list there is an ItemAdded SPD workflow which runs under App Step with … Continue reading

Posted in Uncategorized | Leave a comment