Is it possible to create a view to display only those records added by the login user?

Is it possible to create a view to display only those records added by the login user?

o restrict a user from viewing records entered by other users, a Criteria should be set for the view . When the following criteria is set for the view, only the records added by the user who is currently logged into Zoho Creator, is displayed in the View. 


Added_User== zoho.loginuser


To set the above criteria:

  •  Click on "Edit this application" and navigate to the relevant view from the View tab.
  •  From the left pane, click on "Set Criteria" to display the "Set Criteria" screen. 
  •  Select "Restricted Records" radio button. 
  •  Select the field Added User from the first list box, the criteria operator "equals" from the second list box and the value "zoho.loginuser" from the third list box. 
  • Click "Done" to save.

Note:

Please note that if users can access the form and enter data without logging into Zoho, then this criteria will not deliver the desired results. In addition to displaying the records entered by the user who is accessing the view, the records entered by users who entered data without logging into Zoho will also be displayed. 

    • Related Articles

    • Is it possible to create a view using the getWeekOfYear() function to display records belonging to that specific week?

      The getWeekOfYear() function can be used to view records whose date field belongs to the current week. To do this, 1. Create a Formula field in your form with the following expression as given below, where Date_1 is the name of the date field in your ...
    • How to view the records that are added today?

      If you want to restrict a View to display today's records,  Click on Edit this application and select your View. Click on Set Criteria -> Restricted Records. Choose "Added Time" for the first drop down and "Today" for the second drop down. Click on ...
    • Temp Login- Setup Domain

      Zoho Workerly gives an advantage of all-in-one Temp Portal that enables Temps to track of their Jobs and Timesheets. Setting up domain enables Temps to access your portal using a custom domain URL. For example, if your company website is ...
    • Import Records

      Import records When you have a huge list of records in a spreadsheet and you would like to add them as contacts/accounts/deals in your Bigin account, you can import the file and they will be added accordingly.  Importing records involves the ...
    • How can I allow a user to delete only his own records?

      Zoho Creator updates each record submission with the name of the login user who added the record and the time when it was added. Refer the Help topic Display User Name and Time, for more information. The following code added to the on delete -> ...