Salesforce.com Enhanced Formula Editor

Enhances Salesforce formulas with syntax highlighting, autocomplete, formatting, field analysis, and syntax checking.

Τι είναι το Salesforce.com Enhanced Formula Editor;

Το Salesforce.com Enhanced Formula Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kyle Peterson, και η κύρια λειτουργία του είναι "Enhances Salesforce formulas with syntax highlighting, autocomplete, formatting, field analysis, and syntax checking.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Salesforce.com Enhanced Formula Editor

Λήψη αρχείων επέκτασης Salesforce.com Enhanced Formula Editor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Use this extension to save time and headaches working with Salesforce formulas. It helps you quickly understand the structure of a Salesforce formula, debug it, and edit the formula.

This extension requires a paid license key subscription and offers a free 14-day trial.

Watch the video and visit the extension's website for examples of the below features:
https://www.enhancedformulaeditor.com/

When you visit a Salesforce formula edit page it will automatically enhance the formula text field with a code editor or provide an Open button to use the code editor in a popup window.  This includes Flow formulas, Process Builder formulas, formula fields, validation rule formulas, workflow rule formulas, and field update formulas.

The extension is updated during each Salesforce quarterly release to support the latest API versions and the latest formula functions.

Editor Features Include:
- Syntax highlighting
- Tabbing (tab and shift-tab)
- Parentheses matching
- Format button
- Autocompletion
- Review Changes
- Automated Syntax Checking

A new button named "Analyze Fields"  is added to formula pages that loads details about the fields found in the formula. Field details include:
- Field type
- How many times it is used
- Formula field compile sizes
- Field record values
- Picklist values
- Sub formulas

Have an issue or a great idea for this extension? Visit the support tab above to leave feedback.

Updates
3/5/2023 - Format button support for Flows and Process Builders
6/12/2022 - Summer 2022 updates (new functions, latest api version)
2/8/2022 - Added automatic syntax checking
1/26/2022 - Added a Review Changes button to highlight what was changed
1/8/2022 - Autocomplete now searches in the middle of field names/functions
12/14/2021 - Added font family dropdown so fixed-width/monospace fonts can be used
12/12/2021 - Added field/function autocomplete for some instances
11/7/2021 - Added OAuth API Access for orgs that don't have the sid cookie available
8/7/2021 - Format formula improvements
6/8/2021 - Added support for cloudforce.com
3/21/2021 - Now supports flow and process builder formulas
2/15/2021 - Resize editor by dragging and dropping the bottom right corner
1/30/2021 - Picklist options now list the API Name and Label
1/9/2020 - Updated licensing system
11/22/2020 - Updated to use the latest metadata API version
6/30/2020 - Updated to use the latest metadata API version
1/6/2019 - Fixed some bugs handling decimal numbers
9/5/2018 - Added a button that formats the formula for you
7/11/2018 - Editor now remembers your font size
6/24/2018 - Now works with Lightning
3/1/2017 - Editor now remembers what size you made it
8/12/2015 - New "Load Field Details" button
7/11/2015 - Insert buttons for fields and functions work now
1/9/2012 - Fixed text wrapping in nowrap mode.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Salesforce.com Enhanced Formula Editor Salesforce.com Enhanced Formula Editor
ID cnlnnpnjccjcmecojdhgpknalcahkhio
Επίσημο URL https://chromewebstore.google.com/detail/salesforcecom-enhanced-fo/cnlnnpnjccjcmecojdhgpknalcahkhio
Περιγραφή Enhances Salesforce formulas with syntax highlighting, autocomplete, formatting, field analysis, and syntax checking.
Μέγεθος Αρχείου 434 KB
Αριθμός Εγκαταστάσεων 7,445
Τρέχουσα Έκδοση 2.5.5
Τελευταία Ενημέρωση 2023-03-06
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 4.28/5 Συνολικά 58 Αξιολογήσεις
Προγραμματιστής Kyle Peterson
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.enhancedformulaeditor.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.enhancedformulaeditor.com/contact.php
URL της Σελίδας Πολιτικής Απορρήτου https://www.enhancedformulaeditor.com/privacy-policy.php
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/*.salesforce.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.cloudforce.com\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "options.html",
        "edit_area_loader.js",
        "activate_editor.js",
        "elements_functions.js",
        "resize_area.js",
        "reg_syntax.js",
        "langs\/en.js",
        "reg_syntax\/forceformula.js",
        "edit_area.css",
        "edit_area.js",
        "manage_area.js",
        "edit_area_functions.js",
        "keyboard.js",
        "search_replace.js",
        "highlight.js",
        "regexp.js",
        "images\/*",
        "jsforce-core.min.js",
        "jquery.min.js",
        "FieldDetailsScreenshot.jpg",
        "plugins\/*"
    ],
    "description": "Enhances Salesforce formulas with syntax highlighting, autocomplete, formatting, field analysis, and syntax checking.",
    "name": "Salesforce.com Enhanced Formula Editor",
    "version": "2.5.5",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ]
}