Skip to main content

Notifications

Announcements

No record found.

Finance | Project Operations, Human Resources, ...
Suggested answer

Info/Notification Action Center

(1) ShareShare
ReportReport
Posted on by 11
Hello ,
           I have used the below code to print the datasources of the form . But when I use the Info Method It doesnt print the result in the form info(class Runner form) , Instead it prints in the Notification action center. And If I add formRun.run() after the init() this opens the CustTable form. How can I print the info statement in the Class Runner form instead of Notification Action center 
          
public static void main(Args _args)
   {
       Args args           = new Args(formStr(CustTable));
       FormRun             formRun;
       FormBuildDataSource fds;
 
       formRun = ClassFactory.formRunClass(args);
       formRun.init();
       
       
       for(int i=1 ;i<=formRun.form().dataSourceCount() ;i++)
       {
           fds = formRun.form().dataSource(i);
           Info(strFmt(/%1/,fds.name()));
       }
 
       
   }
 
  • Suggested answer
    Layan Jwei Profile Picture
    Layan Jwei 7,315 Super User 2024 Season 2 on at
    Info/Notification Action Center
    Hi Community member,

    Just remove this line of code below, and it should work:
    formRun.init()


    Thanks,
    Layan Jweihan
    Please mark this answer as "Verified" if it solved your issue. In order to help others who will face a similar issue in the future

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 Pt 2

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,540 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans