I'm trying to populate a table by reading (AX2009) AOT node properties including MaxAccessMode. I'm having trouble getting data into a target field of dataType AccessType (from System Documention/Enums) - it inserts 0. This is the statement I'm using.
angiListAOTSecKeys.AccessMode = treeNode.AOTgetProperty("MaxAccessMode");
I've also tried to no avail inserting into a string field using enum2str function.
I'm having same problem with property AOSAuthorization, otherwise all other properties are inserted into fields as desired. Any advice is appreciated.
*This post is locked for comments
I have the same question (0)