Cannot load all data from the collection (personwantsorg)

Hello,

I want to load a collection (PersonWantsOrg) in Web Portal. I have put loading collection in Initializer part. The collection is loaded successfully but the collection shows just data of user who entered the web portal. There is no any condition for the collection. I have no idea why system is treating like that. Could you help me for this issue please?

Than You,

Volkan

Parents Reply
  • Former Member
    0 Former Member over 2 years ago in reply to Volkan Ceylan

    That is the standard behaviour.

    As the thread I mentioned stated, you need to check permissions on the table. Go to Designer->Permissions->Select the table PersonWantsOrg and in Tasks (right pane) click on Edit permissions for table. In the lower pane there's a summary of all permissions. Please note that the standard permissions group VI_4_ALLUSER has viewing, insert and edit conditions. That will give you a clue.

Children