Hi,
In some cases, the functionality is available, for example in
exchange rates:
general ledger\setup\exchange rates\ tab round-off
In other cases, NoOfDecimals is a parameter defined on the extended
data-type of a field on a table, so it is not possible to define the
No of decimals company-dependent.
BUT
It is possible to write source code that takes the company into
account.
(company currentcompany = appl.company(); //returns the current
company )
In your case, i think it is possible to overwrite the insert()
and/or update()-methods with this company-dependent round-off-
functionality.
camur
--- In [email protected], "Mohib B. Reda"
<[EMAIL PROTECTED]> wrote:
>
> Hi all
>
> Can you please advice me how to use different decimal length for
two
> companies
> one of them using 2 digit and the other use 3 digit
>
> Thanks for your Support
> Regards
>
> Mohibz
>
>
> [Non-text portions of this message have been removed]
>
YAHOO! GROUPS LINKS
- Visit your group "development-axapta" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

