Boxing and UnBoxing, the .NET way

Oracle E-Business SuitePublished July 25, 2010 at 8:10 pm No Comments

In this article I will explain the concepts of Boxing and UnBoxing. C# provides us with Value types and Reference Types. Value Types are stored on the stack and Reference types are stored on the heap. The conversion of value type to reference type is known as boxing and converting reference type back to the
read more..

How Customer value scoring works within EBS

Oracle E-Business SuitePublished March 3, 2010 at 10:31 am No Comments

You can use any value of your customers to apply the appropriate collections method. For example you can use

The total amount of open transactions
The number of transactions which are overdue
How long a customer is customer at your business.

These 3 components will be used in the customer scorings engine. For some components a high number means
read more..