Hi Anurag,
Understand. And I believe you can not solve it 100% by standard AX. with std
AX, you can to to configuration to active/deactive the country specific
functions. But I don't think this will help you much as you are saying about
localization packs of many places, which may not be included in the axapta
standard.
I think you have 2 options:
1. Seperate the application into several instances (you might not want to do
this).
2. I f you want to keep only one license, try to make the code to run
differently by companies, something like:
if(companyAccount())=="ABC"){
then....
else
then...
This customization will cost you a lot of time and bug fix as well... i don't
remember the exact syntax, please try it yourself.
Thanks.
Khue Trinh
----- Original Message ----
From: Anurag Desai <[EMAIL PROTECTED]>
To: [email protected]
Sent: Monday, August 27, 2007 2:40:52 PM
Subject: [development-axapta] Multiple Country / Region Specific Features
Hi,
My company is implementing Axapta for a client that operates
globally. We want to use a single application for optimizing the
concurrent licenses and for allowing inter company transactions and
consolidation.
However, we have some issues in enabling Country / Region Specific
Features. We want to use the additional India Localisation for
companies in India, as well as the corresponding Localisations in
companies in Europe and the Far and Middle east where the company has
its operations.
All clients will be connected to a single server located centrally.
There will be only one Application and database.
The question is, is it possible to manage the localisations at a
company level, or is it only at application level?
We were able to disable localisation fields by using the User Group
Permissions for the corresponding domains, but the functionality is
still available, and gives errors/warnings based on the localisation.
Has anyone got any experience on this? Or any tips on how it would be
possible to achieve multiple Country / Region Specific Features
without having to have a new Application (and database) for each
localisation?
Regards
Anurag
Implementing Dynamics AX - Worldwide
____________________________________________________________________________________
Be a better Globetrotter. Get better travel answers from someone who knows.
Yahoo! Answers - Check it out.
http://answers.yahoo.com/dir/?link=list&sid=396545469
[Non-text portions of this message have been removed]