Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"Thank you everybody, Your comments makes it better
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"| public class UpdateFieldAction { | |
| @InvocableMethod( | |
| label='Update Field Action' | |
| description = 'Update a field on another object' | |
| ) | |
| public static void updateFields(List<Request> requests) { | |
| for(Request request : requests){ | |
| updateField(request); |
| public class DeskSample | |
| { | |
| private static String OAUTH_KEY = 'youroauthkey'; | |
| private static String OAUTH_SECRET = 'youroauthsecret'; | |
| private static String ACCESS_TOKEN = 'youraccesstoken'; | |
| private static String ACCESS_TOKEN_SECRET = 'youraccesstokensecret'; | |
| public static String DESK_SITENAME = 'yoursite'; | |
| public static Void doRequest() |
| How To Power Up SFDX-CLI with VS Code Remote - SSH, Windows Edition | |
| by Vernon Keenan | |
| from SalesforceDevops.net | |
| Youtube: https://youtu.be/vdwM2WOUBuk | |
| Change these values for your environment: | |
| devops = DNS hostname of remote SSH server | |
| vern = Linux username on remote server |
| # Proudly supplied by Salesforce Way Site: https://salesforceway.com | |
| # This cheatsheet contains the most often used sf(v2) commands to get a jumpstart. | |
| # Hint. It is highly recommended to use `sf search` to search for commands, examples, parameters. | |
| # More commands can be found in the official sites: | |
| # https://developer.salesforce.com/docs/atlas.en-us.244.0.sfdx_cli_reference.meta/sfdx_cli_reference/cli_reference_unified.htm | |
| # The old "sfdx" cheatsheet is stored below: | |
| # https://gist.github.com/XiXiaoFinland/e22aad45caf67df33aeafae085810570 |