We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0b9c7 commit c63f019Copy full SHA for c63f019
README.md
@@ -1,2 +1,18 @@
1
# powerapps-javascript-examples
2
Power Apps Model-Driven App field logic using JavaScript
3
+
4
+This project demonstrates how to use a JavaScript Web Resource in a Power Apps Model-Driven App to trigger logic on field change.
5
6
+## Scenario
7
+When a user selects a Vehicle in the Parking Request form, the script:
8
+- Triggers an alert with the vehicle name
9
+- Auto-fills the Parking Request Name field
10
11
+## Files
12
+- ss_parking_script.js — The JavaScript web resource
13
+- Documentation/WebResource_Setup_Documentation.docx — Step-by-step guide with screenshots
14
15
+## Skills Demonstrated
16
+- JavaScript Web Resource usage
17
+- Power Apps Dataverse field events
18
+- Model-Driven App customization
0 commit comments