From the course: Microsoft Power Platform Developer Associate (PL-400) Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 24,700 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 by Microsoft Press
Apply business logic using client scripting
- [Narrator] Client-side scripting - Using JavaScript for client-side scripting allows you to apply custom business process logic on forms in model-driven apps. It's a good option when business rules will not cut it. Events to use JavaScript. Form load, data change, data save. Okay, now we're going to take a look at an example of how to use JavaScript in a model-driven app form. So here I'm at my landing page make.powerapps.com. I'm going to go over to my solutions and use a model-driven app in a solution that I've already created. I'm going to view it in Edit mode. Okay, now I can see that I have my forms. I'm going to go over to this Golfer's form and hit Edit. On the left side, you can see we have some icons under Navigation. We're going to select the one that has the JS icon. Here's where you can add some JavaScript. So if you wanted to add a new one, you could Add New Web Resource. I'm going to search for one that…