mirror of
https://github.com/F1r3f0x/salesforce_profileMergerTool.git
synced 2026-08-14 08:16:42 -04:00
salesforce_profileMergerTool mirror
- Python 99.1%
- CSS 0.8%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
* Fixed Arrow Direction * Fixed Arrow Direction 2.0, also, clicking arrow now updated the merged tree * Removed dataCategories metadata, included ALL as the default value for its visibility, changed logic on fieldAccess to respect readable superiority and set profileRecordType defaultability to default false * fixed readable editable difference, when readable was none --------- Hey @VictorJulianiR sorry, I didn't check the github notifications. Thank you for this PR.! Co-authored-by: VictorJulianiR <Victor-J.Rodrigues@btgpactual.com> |
||
| docs/imgs | ||
| ui | ||
| .flake8 | ||
| .gitignore | ||
| build_executable_win.bat | ||
| LICENSE | ||
| models.py | ||
| ProfileMergerGUI.py | ||
| ProfileMergerGUI.spec | ||
| README.md | ||
| requirements.txt | ||
| test_a.profile | ||
| test_b.profile | ||
| test_output.profile | ||
| utils.py | ||
salesforce_profileMergerTool
Tool to help keep profiles extracted with Metadata API sincronized between branches
Dependencies
- Python 3.7.3
How to run
-
Open a terminal in the project root:
-
Create a virtual environment
python -m venv pyenv -
Activate it
pyenv/Scripts/activate.ps1 (PowerShell) pyenv/Scripts/activate.bat (cmd) -
Get requirements
python -m pip install -r requirements.txt -
Run the project
python ProfileMergerGUI.py
-
