Versions Compared

Key

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

A new API was implemented to simplify the implementation of dynamic data-source objects. See New API for dynamic DATA-SOURCE objects for details.

It’s not an uncommon requirement to add additional buffers to the DATA-SOURCE query or switch the buffer sequence of buffers in the DATA-SOURCE QUERY. This might be required when foreign key description have been implemented using calculated fields (e.g. SalesRep.RepName in a Customer Business Entity) and users have the ability to optionally filter on the SalesRep.RepName field.

...