Hello,
There are several setup gets in the posting routines (sales, purchase or journal ect.) I want to get (using GET function) a setup (Sales & Receivables, General Ledger Setup ect.) table once, put it in a global cache (single instance codeunit) and access this cache whenever that setup is required.
Does anybody have such a working experience?
Cem Karaer @ Pargesoft
Dynamics NAV Developer since 2005
0
Answers
We have several subscriber methods listening posting routines. We had to check entry values (and sometime modify) with some setup values in those subscribers so we have to get the same setup table (defined locally) everytime the subscriber method is hit. Will it make any difference to define the local setup tables as global ones?
Dynamics NAV Developer since 2005
What problem are you trying to solve exactly?