Hi everyone,
Does anyone know why I can't get Tables outside of the standard range to connect with my AL.
Example:
I have created a new Table using Extensions, in this new table I have a field which requires a TableRelation with another Table: "Bank Operation Type", this table is in my country product range, I have already syncronized the database, changed the license that has access to that specific range and still can't link them.
Does this mean that I can't link my extension to tables that aren't the standard ones? (if so, it doesn't make any sense).
Sorry for my poor writing, english ins't my native language.
Thank you all in advance!
Answers
Thank you for your reply. So this means that only standard tables can be referenced in Extensions? Any official link (please)?
If it is an extension, then create a dependency to it.
Did that, still not showing.
Otherwise I’m out of ideas.
Yes, the addon is still in CSIDE. Have you ever tried this before?
Did that already.
When you run both Extension and old school C/Side, then you need to generate your symbols when you make changes to C/AL.
When you have importet C/Side Object, then you need to run a GenerateSymbolreference.
My personally choise is to set C/side to do this when I Compile objects:
But do yourself a favor and read the docs (As @zych) have state
1. Close all nav application and VS code.
2. Run from command line.
3. Run NAV Development Environment with parameter from command line.
4. Compile all objects with validation.
5. Open VS code.
6. Download Symbols.
I'm going to inform myself more about symbolreference.
Once again, thank you all very much!