FLS Comparator
FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org
ما هو FLS Comparator؟
FLS Comparator هو إضافة Chrome تم تطويرها بواسطة Abhinav Swaroop Saxena، والميزة الرئيسية لها هي "FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FLS Comparator
قم بتنزيل ملفات الامتداد FLS Comparator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
SFDC FLS Compare Tool is a 'Google Chrome' extension built with Javascript which can eliminate human effort in comparing, mapping Field Level Security to a different field or to a new field in the same or different Org. As a Salesforce developer we do come across ‘Field Level Security’ which needs to be copied to a different field inside the same or different Salesforce org in this case, doing this comparison manually is time consuming and can result in errors. Both time and errors can be overcome by using this tool.
معلومات أساسية عن التمديد
الاسم | FLS Comparator |
ID | miafgahohjddkeaikpngkcnmakidagoe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fls-comparator/miafgahohjddkeaikpngkcnmakidagoe |
الوصف | FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org |
حجم الملف | 13.21 KB |
عدد التثبيتات | 648 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2022-09-11 |
تاريخ النشر | 2017-10-16 |
تقييم | 4.94/5 مجموع تقييمات 31 |
المطور | Abhinav Swaroop Saxena |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Abhinav Swaroop Saxena", "name": "FLS Comparator", "version": "1.0.2", "manifest_version": 3, "description": "FLS Comparator - Automation to compare Field Level Security to a different field or to a new field in the same or different SFDC Org", "icons": { "48": "img\/icon128_comparefls.png", "128": "img\/icon128_comparefls.png" }, "action": { "default_icon": "img\/icon128_comparefls.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.salesforce.com\/_ui\/common\/config\/field\/StandardFieldAttributes\/e*" ], "js": [ "js\/localScript.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "unlimitedStorage", "storage" ] } |