Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Unanswered

remove white spaces in Quick view form

(1) ShareShare
ReportReport
Posted on by 2
Hi we added ProviderStatus as quick form view in main form, but it shows white spaces which need to remove 
 
I try different approaches but its not work, 
 

function formLoad(executionContext) {
            var quickViewControl = formContext.ui.quickForms.get("Provider_Status");
        quickViewControl.setVisible(true);   // this works 
         if (quickViewControl && quickViewControl.getControl(0)) {
        if (quickViewControl.isLoaded()) {
             var allElements = document.querySelectorAll('[data-id]');
                         let mainContainer = document.querySelector('[data-id="Provider_Status"]');
            let quickFormContainer = mainContainer.querySelector('[data-id="Provider_Status-QuickFormContainer"]');
        }
    }
}
 
We try to add
1. delay , recheck 
2. re execute function in every 500 milliseconds,
3. Use MutationObserver to watch for DOM changes
4. quickViewControl.addOnLoad(function() {   - this function not execute 
 
In DOM structure verify all quick view form element loaded, data-id name also verified 
 
still its not worked 
 
If anyone have solution for tihs, Please help 
 
 

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

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Holly Huffman Profile Picture

Holly Huffman 103

#2
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 96 Most Valuable Professional

#3
Gerardo Rentería García Profile Picture

Gerardo Rentería Ga... 51 Most Valuable Professional

Product updates

Dynamics 365 release plans