This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Schema Extensions on Locality

Hi people,

I was wondering if anyone has successfully extended the schema of Locality, Department, Profitcenter or Org views.

I assume that one must extend the schema of BaseTree first, but how does one include the extended schema in the appropriate views? Can one edit the afore mentioned views through product standard methods i.e.

  1. Extend Schema of BaseTree
  2. Extend Schema of Locality?

Would love to hear your feedback!

Regards,

Ryu

Top Replies

Parents
  • Please proceed as described in the documentation Creating New Columns for Database Views

    ...

    If the table to be extended is a "V" (view) type, only the custom columns of the underlying base table (type "B") are shown in the selection menu. You can only select custom columns from the base table that are not yet used in the view.

    • First, extend the base table by a new column (simple column or foreign key column).
    • Then you extend the database view with the new columns.

    ...

Reply
  • Please proceed as described in the documentation Creating New Columns for Database Views

    ...

    If the table to be extended is a "V" (view) type, only the custom columns of the underlying base table (type "B") are shown in the selection menu. You can only select custom columns from the base table that are not yet used in the view.

    • First, extend the base table by a new column (simple column or foreign key column).
    • Then you extend the database view with the new columns.

    ...

Children