mainentity

Main entity

The main entity is what the search domain data represents.

Syntax:

mainentity Entity {
[ Title ] [ WebPage ] [ WebPageB2B ] [ UrlWin ] [ UrlRWC ] [ IndexWhereStmt ] Attributes Aggregates
}

mainentity   Movie {
   title        "movie_id||' - '||title";
   webpage      "moview/MovieOverview.page";
   attributes {
      key       MovieId       Number;
      indexed   Title         Text;
   }
   aggregates {
      array     Cast          MovieActor(MovieId);
   }
}

This page is generated from IFS Developer Studio - for latest update, see help pages in the tool itself.