Salesforce Lightning Setup Field Type Toggle
Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.
Vad är Salesforce Lightning Setup Field Type Toggle?
Salesforce Lightning Setup Field Type Toggle är en Chrome-tillägg utvecklad av https://www.corefindings.com, och dess huvudfunktion är "Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.".
Tilläggsskärmbilder
Ladda ner Salesforce Lightning Setup Field Type Toggle-förlängningens CRX-fil
Ladda ner Salesforce Lightning Setup Field Type Toggle-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
In Salesforce Lightning Experience there the field list in setup combines all Standard and Custom fields into one table. This extension gives admins the ability to show All, only Standard, or only Custom fields in that table.
Grundläggande Information om Tillägg
Namn | Salesforce Lightning Setup Field Type Toggle |
ID | ngcmjakknpgjbgedeedpbjhnkibdfofd |
Officiell webbadress | https://chromewebstore.google.com/detail/salesforce-lightning-setu/ngcmjakknpgjbgedeedpbjhnkibdfofd |
Beskrivning | Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce. |
Filstorlek | 11.5 KB |
Antal Installationer | 31 |
Aktuell Version | 0.0.0.1 |
Senast Uppdaterad | 2018-07-23 |
Publiceringsdatum | 2018-07-22 |
Utvecklare | https://www.corefindings.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | http://www.corefindings.com/privacy |
Stödda Språk | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salesforce Lightning Setup Field Type Toggle", "version": "0.0.0.1", "description": "Toggle between Standard, Custom and All fields while on the Fields and Relationship page in setup in the Lightning in Salesforce.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/toggle16.png", "32": "images\/toggle32.png", "64": "images\/toggle64.png", "128": "images\/toggle128.png" } }, "icons": { "16": "images\/toggle16.png", "32": "images\/toggle32.png", "64": "images\/toggle64.png", "128": "images\/toggle128.png" }, "manifest_version": 2 } |