git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
/** | |
After insert handler on task Sobject | |
*/ | |
public class TaskAfterInsertHandler implements Triggers.Handler { | |
public void handle() { | |
System.debug(LoggingLevel.INFO, 'Post insert handling ' + Trigger.new ); | |
} | |
} |
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
People
![]() :bowtie: |
๐ :smile: |
๐ :laughing: |
---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |
# | |
# Specify System Administrator credentials | |
# that will login to Salesforce to retrieve the metadata. | |
# | |
# You will also need the security token. | |
# | |
# The server url is which instance to connect to: | |
# For sandboxes, use https://test.salesforce.com | |
# For production or developer orgs, use https://login.salesforce.com | |
# |
When the "Indent Text" menu item is selected, any cells within a single column selection will be indented by 5 spaces.
You can increase or decrease the number of spaces the text is indented by changing the line below so that the "5" is changed to a larger or smaller number (depending on your preference):
newValues.push(['=CONCAT(REPT( CHAR( 160 ), 5),"' + values[i][0] + '")']);
Country | ISO 3166 | Region |
---|---|---|
Afghanistan | AF | EMEA |
ร land Islands | AX | EMEA |
Albania | AL | EMEA |
Algeria | DZ | EMEA |
American Samoa | AS | APAC |
Andorra | AD | EMEA |
Angola | AO | EMEA |
Anguilla | AI | AMER |
setInterval( | |
function() { | |
if (document.querySelector('span[id*="deleteAllStatus.start"]').style.display === 'none') { | |
document.querySelector('input[value="Delete All"]').click() | |
} | |
} | |
,250); |