static void LegenderFormDataSourcesFind(Args _args)
{
FormRun formRun;
FormBuildDataSource formBuildDataSource;
int i;
Args args = new Args();
args.name("SalesTable");
formRun = ClassFactory.formRunClass(args);
for(i=1 ; i<=formRun.form().dataSourceCount();i++)
{
formBuildDataSource = formRun.form().dataSource(i);
info(new DictTable(formBuildDataSource.table()).name());
}
}
Subscribe to:
Post Comments (Atom)
Create number sequence in D365 FO
Create the data type. Add code in the loadModule method of the appropriate NumberSeqModule subclass. Add a method to the module’s paramet...
-
Dialogbutton dialogButtonConfirm; ; dialogButtonConfirm = Box::yesNo("continue ", dialogButton::Yes, ...
-
Just use the below code to remove the special character from the string. strRem('String','*'); You can replace * with...
-
Breakpoints Command Shortcut key Remove all breakpoints. CTRL+SHIFT+F9 I...
No comments:
Post a Comment