How to check Sandbox or Production using Apex?
Option 1: Sample SOQL: SELECT Id, IsSandbox, Name FROM Organization LIMIT 1 If IsSandbox is true, then it is Sandbox else it is Production. Option 2: Sample Apex Class: public ....
Option 1: Sample SOQL: SELECT Id, IsSandbox, Name FROM Organization LIMIT 1 If IsSandbox is true, then it is Sandbox else it is Production. Option 2: Sample Apex Class: public ....
1. Go to the user's profile. 2. Select Visualforce page Access. 3. Click Edit button. 4. Add the Visualforce page to the right panel. 5. Click Save. Cheers!!!
ActiveXObject always return JAVASCRIPT date format. In order to format it for your requirement, we can get the month, date and year to format it. Sample Code: if ( String(XLSheet.Cells(rowIndex, ....
In order to read excel cell value as it is there in the cell instead of date, remove .value. So, that it will just read the value as it is ....
Go to MavensMate --> Metadata to create New Component in MavensMate. Cheers!!!
Right click the project and select MavensMate --> Refresh From Server to Refresh From Server in MavensMate. Cheers!!!
Go to MavesMate --> MavensMate API(mm) --> Install MavensMate API(mm) version to install Install MavensMate API(mm) version. Cheers!!!
1. Create a new project by navigating to MavensMate --> New Project. 2. Enter your credentials and click "Create Project". Cheers!!!
1. Go to Tools --> Command Palette. 2. Search "Package Control: Install Package" Cheers!!!
1. Go to "http://www.sublimetext.com/3". 2. Select your OS. 3. Go to the downloaded file folder location. 4. Execute it and install it. 5. Open the Sublime Text 3 app after ....