There is a class available in AX SysSQLSystemInfo. Using this we can get the current database name
static void databse_name(Args _args)
{
info(SysSQLSystemInfo::construct().getloginDatabase());
}
Display Method: The display method means that the method’s return value is being displayed on a form or a report. This value is fixed and c...
No comments:
Post a Comment