List of questions
Related questions
Question 175 - PL-200 discussion
You create a JavaScript web resource named MyBusinessLogic. The code it contains uses functionality from a third-party JavaScript library. You notice that an independent software vendor (ISV) solution uses the same third-party library in their managed solution. You plan to deploy your solution to other environments by using a managed solution. The ISV solution might not be installed in the other environments. You need to package the solution for deployment
What are two ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Create a new JavaScript web resource by using the code from the third-party library. Add the new JavaScript web resource along with MyBusinessLogic to the solution.
Add a copy of the JavaScript library from the ISV to the solution along with MyBusinessLogic.
Add the code from the third-party JavaScript library to MyBusinessLogic. Add MyBusinessLogic to the solution.
Add only the third-party JavaScript web resource to the solution.
0 comments
Leave a comment first