I have a wsp package that contains many functions. Some features included in the wsp package depend on other functions that are also in the wsp package.
In my case, 2 content types are created using functions (Content Type A and Content Type B), and Content Type B is inherited from Content Type A.
Therefore, it is obvious that a function containing content type A (function A) must be expanded before a function containing Content Type B (function B).
Is there a way to make the function Expand before function B? Ideally, both functions will be activated automatically through the onet.xml file, and function A will simply be deployed earlier, but I do not know how to do this ...
I'm not necessarily looking for a solution that solves this problem, but I want to know: how do you deal with functions that depend on other functions in a SharePoint project?
Thanks!
source
share