Just a quick post here serving as shortcut for implementing Microsoft Navision Mail.SmtpMessage in older databases. All it requires is these objects:
- Table 409 SMTP Mail
- Form 409 SMTP Mail
-
Codeunit 400 SMTP Mail
Just a quick post here serving as shortcut for implementing Microsoft Navision Mail.SmtpMessage in older databases. All it requires is these objects:
ERP software knows math, or do they?
Dynamics NAV can do simple arithmetic in a decimal field, eg. type “14*50+10″ and the system will evaluate this to the correct result “710″. But if you start nesting your expression with parenthesis it gets a bit confused and tells you “Please specify a decimal or calculation expression”. In certain scenarios, you will require complex setups for eg. item pricing or salesperson commissions, that is defined by a formula with certain constants in it (read: other field values).