For those from a SQL background, GP is unnerving with lack of database foreign keys. The "relationship" between tables is maintained by Dexterity (language GP is written in), and not the database itself. Essentially you need to develop an understanding of the table naming conventions and explore the database to build an understanding of how things fit together. Not ideal I know. Start looking at the Dynamics GP SDK, also the dexterity programming guides have table naming conventions in them that provides hints or some diagrams on the relationships between tables. SDK should be downloadable, do a search, also often there are views already put out on the internet by users and partners that can be adjusted to your needs, search engines are your best friend on this. This site will also become your 2nd best friend victoriayudin.com/gp-tables Tim.
↧