Tuesday 14 October 2014

New Element Naming Conventions In Ax 2012



When creating new elements in the AOT, ensure that you follow the recommended naming conventions.


Prefix
Description
Ax
Microsoft Dynamics AX typed data source
Axd
Microsoft Dynamics AX business document
Asset
Asset management
BOM
Bill of material
COS
Cost accounting
Cust
Customer
Dir
Directory, global address book
EcoRes
Economic resources
HRM/HCM
Human resources
Invent
Inventory management
JMG
Shop floor control
KM
Knowledge management
Ledger
General ledger
PBA
Product builder
Prod
Production
Proj
Project
Purch
Purchase
Req
Requirements
Sales
Sales
SMA
Service management
SMM
Sales and marketing management, also called customer relationship management (CRM)
Sys
Application frameworks and development tools
Tax
Tax engine
Vend
Vendor
Web
Web framework
WMS
Warehouse management

@Rahul Talasila

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...