From the course: Microsoft Power Platform Developer Associate (PL-400) Cert Prep
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Apply business logic using client scripting - Power Platform Tutorial
From the course: Microsoft Power Platform Developer Associate (PL-400) Cert Prep
Apply business logic using client scripting
- [Instructor] Our first objective is to create JavaScript code that targets the Client API object model. We're viewing this JavaScript code using Visual Studio Code, although any appropriate code editor can be used. To save time, the code has already been written. If you'd like to follow along and use this code, check out the associated article on Microsoft Learn. After that, we need to perform the following actions. Upload your code as a web resource, associate your web resource to a form, configure form and field events, and then test your code. Our next objective is to describe event handler registration options. In model-driven apps, you associate a specific function in a JavaScript library to be executed when an event occurs. This function is called an event handler. Only some UI events are available for event handlers. For UI events that are not available, Client API provides methods that can be used to attach event…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.