Posts

Showing posts from December, 2014

Block Candy Crush Requests coming to Facebook

Image
Are you fade up of the requests coming from candy crush to play or help friends? Have you been asking friends not to send candy crush requests? You are gonna be happy after reading next few lines. You can easily turn off the notifications from Candy Crush game or any other game in the same way. Follow the below steps. 1. Click on the notification. 2. When you hover over the notification, you can click on 'X' button. 3. Click on Confirm. Its done. See the screen shot. That's it. Its very simple and you can get rid of any type of notification from any app.

SFDC : Create ANT Package.xml from Change set

Image
Chrome Extension which generate package.xml from change set Salesforce has powerful tool, change set, which provides admins the ability to move and deploy bundle of components to different connected SFDC ORGs. However it becomes tedious when you have to keep in sync several sandboxes. Or if you have big project going on having big list of components, in this case you need to select all the components one by one which is time consuming job. There is one idea to create package.xml from change set. https://success.salesforce.com/ideaView?id=08730000000jh8sAAA# However till the time this idea is delivered by salesforce, I have created a chrome extension which extracts the components of change sets and creates package.xml. https://chrome.google.com/webstore/detail/sfdc-magic-toolkit/kilgdoafhhpkloidoajmlfienjndfbfo?utm_source=chrome-ntp-icon We know that through ANT migration tool we can easily deploy set of components to different sandboxes hence this exte...