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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Pages / Sub-grid create record...
Power Pages
Answered

Sub-grid create records Associate with Current form records

(0) ShareShare
ReportReport
Posted on by 7

For example,I have an account form and a contact sub-grid. On the contact sub-grid, add the create button and click to open the new contact form. I need the account field of the contact form to be automatically filled. What should I do?

Categories:
I have the same question (0)
  • Manish R Sharma Profile Picture
    96 on at

    @owenliao - The parent record field gets filled automatically on the subgrid form on Save. However, if you want to pre-populate it on the form and show it you may need some javascript to achieve this.

  • Verified answer
    Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @owenliao , beside the above you can utilize Metadata to "Pre Populate" values into a web form or entity form based on logged in user data and their account

     

    Manar_0-1651610549181.png

     

  • owen.liao Profile Picture
    7 on at

    @PortalNewbie @Anonymous Thank you for your reply. I solve this problem by customizing javascript.
    Add custom javascript in order form

    // Find the value of the parent form and assign it to the child form.

    $("#vy_reproduct_name").val(("#vy_name",window.parent.document).getElementById("vy_name").value);
    $("#vy_reproduct").val(("#vy_name",window.parent.document).getElementById("EntityFormControl_EntityFormView_EntityID").value);
     

    As shown in the figure

    owenliao_0-1651829156843.png

    owenliao_1-1651829550149.png

     

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Pages

#1
11manish Profile Picture

11manish 50

#2
Valantis Profile Picture

Valantis 26

#3
omkarsupreme Profile Picture

omkarsupreme 24

Last 30 days Overall leaderboard