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 curUserId?
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 curUserId?
I found some workarounds to calling kernel functions:
tableName2Id
(I was originally thinking of the
tablenum
method):curUserId
fieldName2Id
(I was originally thinking of the
fieldnum
method)I hope this helps someone else!
It's better to use: