Is there a way to split the metadata to custom folders?Is it possible to create a sub-folder wihtin a library...
Is there a maximum distance from a planet that a moon can orbit?
How long would it take to cross the Channel in 1890's?
Computing a trigonometric integral
Find the C-factor of a vote
Underbar nabla symbol doesn't work
How do I set an alias to a terminal line?
Interaction between Leyline of Anticipation and Teferi, Time Raveler
Why do textbooks often include the solutions to odd or even numbered problems but not both?
Why is C++ initial allocation so much larger than C's?
Does this Wild Magic result affect the sorcerer or just other creatures?
Can humans ever directly see a few photons at a time? Can a human see a single photon?
First-year PhD giving a talk among well-established researchers in the field
Can White Castle?
Trainee keeps missing deadlines for independent learning
How risky is real estate?
Are there any efficient algorithms to solve longest path problem in networks with cycles?
Set multicolumn to a exact width
Does squid ink pasta bleed?
What was the Shuttle Carrier Aircraft escape tunnel?
Does Marvel have an equivalent of the Green Lantern?
Hot coffee brewing solutions for deep woods camping
C-152 carb heat on before landing in hot weather?
“D’entre eux” to mean “of them”
Hand soldering SMD 1206 components
Is there a way to split the metadata to custom folders?
Is it possible to create a sub-folder wihtin a library in salesforce?Is there any way via any API to track Metadata history?Is there a way to enable the metadata API for trial accounts?Is there a way to retrieve Metadata dependencies via ANT?Offline tool that can show dependencies between different metadata filesIs there a way to get CustomObject without extra metadata?Is there any way to map between Standard Profile Name to its matching metadata file name?Is there any other way than Metadata API how custom application to custom tabs assignment can be retrieved?Migrate Custom metadata typeSafely refactoring public methods in apex classesIs there an API that returns consolidated metadata including layouts?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
Our org have a huge legacy code base, thousands of classes, VF pages, Lightning pages etc.
We experience a problem that new developers don't know about generic classes and helpers that could be used when they're writing the code and it takes a ton of time on Code Review to find places where a helper could be used, but instead a bicycle is reinvented.
We thought that splitting our huge code base to the folders would be useful and would help us to granular our code and it would help with our problem.
The only answer I found is 6 years back. So I thought that something could be changed and maybe an ant script or a library invented.
Question is - is there a way to split the metadata by custom folders?
I.E.
Core
classes
CoreClass1
CoreClass2
objects
Log
Setting
...
MailingTool
classes
...
pages
...
metadata-api metadata
add a comment |
Our org have a huge legacy code base, thousands of classes, VF pages, Lightning pages etc.
We experience a problem that new developers don't know about generic classes and helpers that could be used when they're writing the code and it takes a ton of time on Code Review to find places where a helper could be used, but instead a bicycle is reinvented.
We thought that splitting our huge code base to the folders would be useful and would help us to granular our code and it would help with our problem.
The only answer I found is 6 years back. So I thought that something could be changed and maybe an ant script or a library invented.
Question is - is there a way to split the metadata by custom folders?
I.E.
Core
classes
CoreClass1
CoreClass2
objects
Log
Setting
...
MailingTool
classes
...
pages
...
metadata-api metadata
add a comment |
Our org have a huge legacy code base, thousands of classes, VF pages, Lightning pages etc.
We experience a problem that new developers don't know about generic classes and helpers that could be used when they're writing the code and it takes a ton of time on Code Review to find places where a helper could be used, but instead a bicycle is reinvented.
We thought that splitting our huge code base to the folders would be useful and would help us to granular our code and it would help with our problem.
The only answer I found is 6 years back. So I thought that something could be changed and maybe an ant script or a library invented.
Question is - is there a way to split the metadata by custom folders?
I.E.
Core
classes
CoreClass1
CoreClass2
objects
Log
Setting
...
MailingTool
classes
...
pages
...
metadata-api metadata
Our org have a huge legacy code base, thousands of classes, VF pages, Lightning pages etc.
We experience a problem that new developers don't know about generic classes and helpers that could be used when they're writing the code and it takes a ton of time on Code Review to find places where a helper could be used, but instead a bicycle is reinvented.
We thought that splitting our huge code base to the folders would be useful and would help us to granular our code and it would help with our problem.
The only answer I found is 6 years back. So I thought that something could be changed and maybe an ant script or a library invented.
Question is - is there a way to split the metadata by custom folders?
I.E.
Core
classes
CoreClass1
CoreClass2
objects
Log
Setting
...
MailingTool
classes
...
pages
...
metadata-api metadata
metadata-api metadata
edited 9 hours ago
David Reed♦
45.5k8 gold badges26 silver badges65 bronze badges
45.5k8 gold badges26 silver badges65 bronze badges
asked 9 hours ago
EvAziEvAzi
7605 silver badges18 bronze badges
7605 silver badges18 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
This is the purpose of Salesforce DX. The folders won't be on the Salesforce server, but you will be able to organize your folders/packages in a repo. See the DX Falcon Template for an example. Yes, it will take time to convert and organize your source code, but the sooner you get started, the sooner you'll be able to take advantage of this feature.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "459"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f266759%2fis-there-a-way-to-split-the-metadata-to-custom-folders%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is the purpose of Salesforce DX. The folders won't be on the Salesforce server, but you will be able to organize your folders/packages in a repo. See the DX Falcon Template for an example. Yes, it will take time to convert and organize your source code, but the sooner you get started, the sooner you'll be able to take advantage of this feature.
add a comment |
This is the purpose of Salesforce DX. The folders won't be on the Salesforce server, but you will be able to organize your folders/packages in a repo. See the DX Falcon Template for an example. Yes, it will take time to convert and organize your source code, but the sooner you get started, the sooner you'll be able to take advantage of this feature.
add a comment |
This is the purpose of Salesforce DX. The folders won't be on the Salesforce server, but you will be able to organize your folders/packages in a repo. See the DX Falcon Template for an example. Yes, it will take time to convert and organize your source code, but the sooner you get started, the sooner you'll be able to take advantage of this feature.
This is the purpose of Salesforce DX. The folders won't be on the Salesforce server, but you will be able to organize your folders/packages in a repo. See the DX Falcon Template for an example. Yes, it will take time to convert and organize your source code, but the sooner you get started, the sooner you'll be able to take advantage of this feature.
answered 8 hours ago
sfdcfoxsfdcfox
275k14 gold badges224 silver badges474 bronze badges
275k14 gold badges224 silver badges474 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Salesforce Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f266759%2fis-there-a-way-to-split-the-metadata-to-custom-folders%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown