Take a look at the table InventBuyerGroup. It has two fields named Group & Description.
Now suppose if I want to select the field Group from the table using a select statement, how will I do it?
1.
InventBuyerGroup inventBuyerGroup;
2.
3.
select group from inventBuyerGroup;
I'm not aware of any way of getting this work. Of course, there are workarounds like using a map but is that really needed? We can avoid a whole lot of this by just ensuring that we dont end up using any Dynamics AX keywords as object names
No comments:
Post a Comment