If we are developing a new marketplace application what are the dependent packages that has to be added?
Like
I tend to use the least amount of dependencies possible. Which dependencies are right for your marketplace application depends on what your package is modifying/using. I usually look for what package the schema I am using or modifying are in and then only add those packages as my dependencies. For my packages, it's usually just the NUI package, but again, for yours it will depend on what your package contains.
Ryan
Ryan Farley,
If i want to create an Add-on that is compatible with Sales-Enterprise and Sales-Team and is a combination of Procceses and Sections with some proceses linking Leads and Ops, which packages should I choose?
The general answer is you need to add only the packages that are required for your functionality. If you inherit a client module then you need to add the lowest package in a hierarchy that contains a replacing client module for the module. If you don't change any out-of-the-box functionality then you don't need to depend on packages at all.
Please find more information about packages in the article by the link below
https://academy.bpmonline.com/documents/technic-sdkmp/7-13/creating-application-packages
Additionally, here is the example