So after winter17 we cannot see site user debug as a salesforce update.
To enable that we have to set cookies in user browser.
In chrome open inspect element>console and paste this.
Document.cookie="debug_logs;domain=.force.com";
here I blog about the latest tech news,tricks and tips for Salesforce and other interesting topics.
So after winter17 we cannot see site user debug as a salesforce update.
To enable that we have to set cookies in user browser.
In chrome open inspect element>console and paste this.
Document.cookie="debug_logs;domain=.force.com";
ECHO Retrieve and Deployment auto script started.. cd\ cd <Path to>\Retrieve Meta start /W ant retrieveUnpackaged ^&^& exit Xcopy /S /I /E /Y "<Path to>\Retrieve Meta\retrieveUnpackaged" "<Path to>\Deploy Meta\codepkg" ECHO Retrieve file copied to Deployment folder.. cd\ cd <Path to>\Deploy Meta start /W ant deployCode ^&^& exit ECHO Retrieve and Deployment auto script stoped.. PAUSE Press Enter to close
ant -f build.xml all