How to create a view that has a template

I want to create a view that has a template. I'm using v8.1. The documentation says that views of type view can have templates but views of type read-only cannot have templates https://support.oneidentity.com/technical-documents/identity-manager/8.0/configuration-guide/29. The schema extension tool only allows me to create views of type read only. Is there any way I can create a view that is of type View?

Parents
  • Hi,

    The document you mentioned states, "Database views with type "View" are predefined.", as does the 8.1 version of the guide.

    This seems to be a 1IM concept, so it doesn't look like something that can be done using the SEW or using SQL.

    Why not just create a custom table to do what you need?

    Trevor

Reply
  • Hi,

    The document you mentioned states, "Database views with type "View" are predefined.", as does the 8.1 version of the guide.

    This seems to be a 1IM concept, so it doesn't look like something that can be done using the SEW or using SQL.

    Why not just create a custom table to do what you need?

    Trevor

Children
No Data