Tuesday 14 October 2014

All Element Names In The AOT use The Following Structure



 <Business area name> + <Functional area> + <Functionality, action performed, or type of content>


Prefixes are commonly used to indicate the team responsible for an element.
For example, in the name BankLCImport the prefix Bank is an abbreviation
of the business area name (Bank), LC describes the functional area (Letter Of Credit),
and Import lists the action performed (import).

@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...