Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Functions querying PriceBuilder (= calling functions api.find() or api.findLookupTableValues()) use the prefix find, e.g. findSalesOrgs().
  2. Functions querying PriceAnalyzer (= calling executeQuery or executeSqlQuery)) use the prefix load, e.g. loadTransactions().

DF/DS/DM Fields

The general rule is to make the first letter in uppercase.

Note: In SQL queries the fields are referred to in lowercase.

Example: NewMargin, SalesPrice