Skip to content

Commit c63f019

Browse files
authored
Update README.md
1 parent 3f0b9c7 commit c63f019

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# powerapps-javascript-examples
22
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

Comments
 (0)