web
You’re offline. This is a read only version of the page.
close
Skip to main content
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 
 
 
I have the same question (0)

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Daniyal Khaleel Profile Picture

Daniyal Khaleel 156

#2
DAnny3211 Profile Picture

DAnny3211 89

#3
Tom_Gioielli Profile Picture

Tom_Gioielli 74 Super User 2025 Season 2

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans