Salesforce Collision Detection
Automatically forward save request to new edit page without losing changes on collision detection in salesforce.
Co je Salesforce Collision Detection?
Salesforce Collision Detection je rozšíření Chrome vyvinuté https://indowwindows.com, a jeho hlavní funkcí je „Automatically forward save request to new edit page without losing changes on collision detection in salesforce.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Salesforce Collision Detection
Stáhněte si soubory rozšíření Salesforce Collision Detection ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
(Classic only, does not currently work with the lightning interface.) A quick usability workaround for those frustrated by Salesforce's inline edit collision detection error: "The record you were editing was modified by {username} during your edit session." This extension automatically captures the intended save request, and simply forwards it to an edit page to avoid any lost data or annoying, unnecessary copying and pasting of information. Yay! Note: Any conflicting changes across any fields that both you and the background user/ process have made will always be overwritten by your changes.
Základní Informace o Rozšíření
Název | |
ID | amnlcmlmhjeomnoegohdnbhgdhnhboid |
Oficiální URL | https://chromewebstore.google.com/detail/salesforce-collision-dete/amnlcmlmhjeomnoegohdnbhgdhnhboid |
Popis | Automatically forward save request to new edit page without losing changes on collision detection in salesforce. |
Velikost souboru | 8.18 KB |
Počet instalací | 52 |
Aktuální Verze | 0.0.0.3 |
Poslední Aktualizace | 2018-02-08 |
Datum Vydání | 2018-02-07 |
Vývojář | https://indowwindows.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Salesforce Collision Detection", "description": "Automatically forward save request to new edit page without losing changes on collision detection in salesforce.", "version": "0.0.0.3", "icons": { "48": "icon48.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ] } |