Tag Archives: workflow

Want to Go Back to the Previous Workflow Stage?

Progressed workflow by Mistake? Want to go back to the Previous Stage? Standard SageCRM functionality does not allow us to go back to the previous stage of the workflow once proceeded. We have designed an out of box functionality that will add a new stage in workflow and by clicking on that; user can go… Read More »

EOleException error while executing Procedure

You must have seen this irritating error while executing Stored Procedure from Workflow Action. EOleException: Procedure or function TESTSP has too many arguments specified. Solution: The point is that, when Stored Procedure gets executed from the Workflow action, CRM appends default parameters to the Execute Procedure statement. So we have to declare these parameters at… Read More »

Hide workflow buttons

Write this script written between in custom content field of Opportunity Detail Screen with Window’s Onload event. datediff=document.EntryForm. hdndiff.value; if(datediff>2) { var a=document.getElementsByTagName(“Table”); for(i=0;i