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
ChrisGountanisChrisGountanis 

API to Visualforce Setting Passwords Functionality

I have created a .NET application that uses the API and reads tables, filters results and sets values back to the database sucj as set password. I would like the Salesforce users to not have to run a third party application. I believe Visualforce can do this but the examples are very simple and hard to expand upon. Can anyone lead me in the right direction in way of links or sample Visualforce code? I would like the same simple inline with or without functions programming concepts to be used. For example, how do you do a custom Visualforce page that reads the contact table based on a self-service user result and then do updates. API makes this very easy. Can this be done?