Friend package is the new functionality and it will be available from version 10.0.28 and above.
What is friend package?
Friend package will be helpful when you have below scenario.
Suppose you have two models –
• Model A and Model B.
• Model B is referring to the Model A.
Suppose some scenarios you want to access the objects of Model B from Model A; you can make use of “Select friend package” functionality. Also using this functionality, you can access only the internal class methods of “Model B”.
Go to Extensions >> Dynamic 365 >> Model management >> Update model parameters.
• On the list of models select “Model A” and then click next.
• On the reference packages screen – No change needed as you have added all the reference packages you need. Click next.
• On the Select friend packages – You need to select the “Model B” and click finish.
Now you can access the objects that are on “Model B” from “Model A” itself.
Thanks.
*This post is locked for comments