Hello everyone,
Is there a search for specific word in a list or a collection ?
If for example I'm listing my tables with this code :
IList listTables = Microsoft.Dynamics.Ax.Xpp.MetadataSupport::tableNames();
Can I loop and find some word, for example with the word "Sales" ?
Or should I use Collection ?
Thanks,