ExamQuestions.com

Register
Login
Microsoft Power Platform Developer (PL-400) Exam Questions

Microsoft

Microsoft Power Platform Developer (PL-400)

105 / 130

Question 105:

You need to build a new PCF grid component with the name “NewPCFComponent” for a model-driven app. 
You create a directory for your project and define the namespace “PCFSpace” for the component. 
What will be your next two steps to create a PCF component?

Answer options:

A.npm run build
B.pac pcf new --namespace PCFSpace --name NewPCFComponent --template dataset
C.pac pcf init --namespace PCFSpace --name NewPCFComponent --template field
D.npm install
E.pac pcf init --namespace PCFSpace --name NewPCFComponent --template dataset
F.npm start
G.pac pcf new --namespace PCFSpace --name NewPCFComponent --template field