QuestionQ183
Extend the platformA company uses Common Data Service (CDS) and manages its engineers through a model-driven app.
You create a reusable custom component named Component1 by using the Power Apps component framework (PCF).
You need to package Component1 for deployment to the model-driven app.
Which three commands should you run, in sequence?
Drag & Drop
npm run build
pac solution init-publisher-name <publisher> -publisher prefix <prefix>
msbuild /t:build /restore
npm start
pac pcf init –namespace <namespace> --name <control name> --template field
pac solution add-reference –path <control path>
npm install
Community Discussion