Hi,
Our customer having multiple legal entities (Companies). They are going to use single AOS and single application. However some of functionalities needs to customized in Sales Invoicing. (Not just reports. We need to customize posting classes) It should behave differently in different company.
Can we have different customizations in single AOS and make it enable/disable depends on company in which user logged in?
Thank you,
Loganathan S
*This post is locked for comments
Hi
You can make the code do different things for different companies (the application already implements this) but you can't have different code.
The way to deal with this is to add company dependant parameters that you configure differently for each company then write your code so that these parameters are tested before the custom code runs.
e.g.
if (parameter)
{
do something special
}
You'll see plenty of examples of this sort of thing in the code. If its sales invoicing that you're customising then I guess the SalesParameters table would be the place to add your new parameters.
Regards
Malcolm Burtt
HSO ES Limited
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,134 Super User 2024 Season 2
Martin Dráb 229,928 Most Valuable Professional
nmaenpaa 101,156