[D365] Find TableId from Name

TableId's are not really important anymore with D365. But sometimes it can be handy to find it out without creating a runnable class and call tableName2Id().

One use case can be if a table relation is based on TableIds (for example product attribute values) and you want to know the table for the Id seen in the record.

Just open the view SysTableIdView in the tablebrowser by appending the following to your dynamics base url: mi=SysTableBrowser&tableName=SysTableIdView

SysTableIdView in TableBrowser