User login
|
|
Frontpage Sponsor
|
|
Poll
|
What do you expect from your SI Implementation partner for the success of ERP implementation. Bring best practices - Not to offer more CR's Leveraging standard functions 14% Need more honesty to work with the Users until their processes are fully mapped & Users are trained 43% Focus on process automation/ integrations/ Real time data/ BI analytics 14% Stick to basics 29% Total votes: 14 |
Baanboard at LinkedIn
|

|
|
|
How to retrieve actual financial company number (single-logistik/multi-finance)
|
By sibylle at 18 Sep 2013 - 21:08
|
We have a single-logistik/multi-finance implementation. LN 10.2.1
Is there any function/DLL/variable where i can retrieve the actual selected financial company number where the user is logged in to?
Thank youÂ
Sibylle
|
|
|
All times are GMT +2. The time now is 20:08.
Post it as thread so that people may see it. You can use get.compnr () function to get the current company number.
eg.
long comp
comp = get.compnr()
Now, comp will have the current company number.
You Can also use tcemm.dll1003.is.company.of.type(get.compnr(), tcemm.ctyp.financial).
If you are in the logistic company then there is of course no current financial company.