web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Create a Web Resource in Model Driven Apps

Ram Prakash Duraisamy Profile Picture Ram Prakash Duraisamy 2,287

Introduction:

 

In this Blog we will see how to Create Web Resource in Model Driven Apps.

 

Implementation Steps:

 

1. Navigate to https://make.powerapps.com

 

2. Click Solutions

 

3. Create a new Solution 

 1616.png

 

4. Click Create to Create a Solution

 

5. Once Solution gets Created --> Open Your Visual studio to Create  a JavaScript file ( Web Resource is not restricted to JS alone), please find the Screenshot below for the list of items we can create in Web Resource

 

 21550.png

 

6. I have taken VS to Create a new JS file

 8032.png

 

7. I have Written Some Sample JS Code

 6471.png

function sampleJavaScript() {
    alert("hello");
}

 

 

8. Once JS is Ready open the Created Solution  --> Click New --> Click More --> Click Web Resource

 1817.png

 

9. Input the Display Name/Name/Type 

 

10. In My Case Type as JavaScript --> Then Click on Browse --> Select the JavaScript which we have created

 1526.png

 

11. Click on Save.

 

That's it

 

Then we can add this JavaScript in Any Place of Forms Etc.,.

Comments

*This post is locked for comments