У нас вы можете посмотреть бесплатно How to create custom PCF control project step by step guide. или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
1. Install the Node.js 2. Open the Power shell and run node -v 3. Download and Install the Visual Studio Code 4. Install the Power Apps CLI 5. Validate the PowerApps CLI pac install latest 6. Create a PCF Project . Create your own folder in your local machine . Open a cmd prompt and change the location to above created. . Execute the following command syntax is pac pcf init --namespace CRMONCE --name CRMPCFProject --template field 7. run the command npm install 8. Open the folder in VSCode. 9. run npm run build 10 run npm start