Search Record Overrides

Overriding the search record allows us to use the same component in different situations without modifying that component.

We can reuse a component for a specific user group with a targeted search record that doesn’t affect that same component with other users by attaching that component to a different menu and overriding the search record there.

Expand your Binds …with PeopleCode

PeopleCode has two little gem functions that expand binds: ExpandBindVar and ExpandSqlBinds.

At first glance, these two functions look similar.  A cursory glance at PeopleBooks show that they both expand binds in strings.  Even the parameter list is the same (not).   But how they are used is two very different situations and are not interchangeable.