In Microsoft Dynamics AX, many time during development it requires to get the table name from the table id or visa versa. Here is the code to Get table name form the table id in Dynamics AX 2009 / AX 2012.
static void GetTableName(Args _args)
{
info(tableid2name(2438));
}
If you find this helpful, write in the comments below or like.