Jump to content
  • 0

VLE33

Question

4 answers to this question

Recommended Posts

  • 0
3 hours ago, VLE33 said:

I have a registration set up and my users have profile pages. I also have searches set up. How can I allow a user to save the results of one of their searches to their profile. Is this possible?

Thanks for any advice.

Sure, it's possible. You may allow users to save data from results page. You can find more info here

Then add a field with 'file' data type to user's table and make that field to be editable on profile page, so users will be able to upload file there.

Link to comment
Share on other sites

  • 0
45 minutes ago, Mathilda said:

Sure, it's possible. You may allow users to save data from results page. You can find more info here

Then add a field with 'file' data type to user's table and make that field to be editable on profile page, so users will be able to upload file there.

Thanks Mathilda. 

Is there a way the search can be saved without downloading and then re-uploading? A bit like a user saves an item to a shopping cart.

Link to comment
Share on other sites

  • 0
8 minutes ago, VLE33 said:

Thanks Mathilda. 

Is there a way the search can be saved without downloading and then re-uploading? A bit like a user saves an item to a shopping cart.

Yes, there is an option how you may implement that. You could add a button and onclick call a submission form which will receive parameters from selected record, user ID and autosubmit itself. Then you may create a report datapage with record level security and filter only records, associated with user ID. You may deploy that report on the same page where you deployed user's profile.

Please feel free to ask if something is not clear enough.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...