I would like to know how to call kernel functions from AX using C# (.Net Business Connector).
Specifically, can you call methods like fieldName2Id, tableName2Id and
It's better to use:
Dictionary dictionary = new Dictionary(); ; dictionary.tableName2Id(...);