function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SalesforceLearnerNewbieSalesforceLearnerNewbie 

Make the Visual Page visible to all users and also enable the users to have the results store into their own account

Hi,

I hope someone could answer my question. 

Basically, I created my own Visual Page with several functionalities which allow users to input their tasks and then output some information based on it. What I wish to do is to allow this page visible by users, preferably first:

1) Ask them to log in to Salesforce account then it will direct to my Visual page
2) In that page, user will get output such as Date and time.
3) this data should be stored into their Standard Object Task. I have already created the class for storing the task into the Standard Object task but since my page is created with my account, so it will only store it to my account. However, what I wish for is to have it store into the user's account.

I tried "Site" but it just doesnt have the function to transfer the output back to Standard Object Task. 

Could anyone please assist me in this if possible? 


Thank you and looking forward to your response and help.