How to instantiate a common type object (the table's base class in AX) via a TableId
? Furthermore what else can we do with TableId?
My goal is to send tableid
to my method and there, I will make the buffer of the table the id belongs to. Is it possible?