I have create a new table extension for InventJournalTable table, were I need to create new Index.
After creating new index, I am trying to use it on InventJournalTable_DS on a custom form as a value of "Index" property. I can see that it is present in lookup alongside other indexes but when I select my new index and try to compile project, I receive issue that tells me that "Index *nameOfMyIndex* doesn't exist".
Any ideas, how to fix that?
*This post is locked for comments