Skip to main content

Notifications

Announcements

No record found.

Finance | Project Operations, Human Resources, ...
Unanswered

How to change the Select target of SQL execution in Form

(0) ShareShare
ReportReport
Posted on by 28
Hi Experts

The SQL by Form is taking a long time due to the execution of fields that are not needed.
(All items in the included data sources are being selected.)
To speed up the process, I would like to execute SQL only for the necessary fields.
 
My code is like this.
I am having trouble running the process even with the following code.
 
[ExtensionOf(formStr(SalesLineBackOrder))]
final class SalesLineBackOrder_Extension
{
    /// <summary>
    ///
    /// </summary>
    /// <param name=/args/></param>
    [DataSource]
        class salesline
        {
            public void executeQuery()
            {
                QueryBuildDataSource qbds;
                QueryBuildFieldList qbfl;
                qbds = this.query().dataSourceTable(tablenum(salesline));
                qbfl = qbds.fields();
                qbfl.dynamic(false);
                qbfl.clearFieldList();
                super();
            }
        }
}

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

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,735 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,466 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans