1
0
-1

How Do I limit the Data List to show only created data by the user only?

  1. Kurt Cobain

    try to use Hash Variable on HR App

CommentAdd your comment...

3 answers

  1.  
    1
    0
    -1

    Hi

    Kindly provide more information or attach a screenshot.

    Which of the following do you mean to ask?

    1. Datalist to filter by createdDate value?
    2. Datalist to have only createdDate column?
    3. Datalist to list only records by the logged in user?
    4. Datalist to sort by createdDate ASC?
    5. Datalist to click on the createdDate to go to another form?

     

      CommentAdd your comment...
    1.  
      2
      1
      0

      Take a look here : Form Data Binder

      actually you have to navigate to your DataList Builder -> Source and set your Binder  to "Form Data binder".

      Fill out the "Extra Conditions" field you may use for example:

      e.customProperties.username='currentUser.username' 

      or much easier you could use the "Advance Form Data binder" which does the same some visually as seen below..

      Now you can publish your Datalist, don't forget to arrange the "permission" section of your "Userview" acording to your new Datalist filter.  

      ....hope it makes sense:)

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Thank you those help.....

         

        Thank you

          CommentAdd your comment...