0 Replies Latest reply on Jan 2, 2008 2:17 PM by menashe

    EntityHome with a trivial restriction

    menashe

      Hi
      How is it possible to setup EntityHome with a trivial restriction in the flowing case.

      There is a table user that has userID, and a tables item that has itemID and userID, later being a foreign key to user table. When user request to edit itemID=xx the EntityHome should check to see that that item is belongs to that user otherwise it should show item not found/item restricted error.