Example: Resetting a Password Using the Run Web Service Action (CAD)
1 min
this example shows how to create an action that resets the user password when a user submits a service request see run web service quick action docid\ feocob4atbvx y sowf0 create a run program connection within the data integration wizard see using the run program for the remote host docid\ gnceztramzlrgkk1zicuw create a request offering to reset a password, and publish it as a service request see about request offerings docid\ vdwx8nysypbs 4lxl1m7f and working with service requests docid\ zb ns8pvpigfygqe9ukxw create an action that is triggered by the service request to automatically reset the password see run program action docid\ iqa5x1mwz7dewouc1abfv when the action is run against the selected employee record, sends an email to the employee with the temporary password the employee logs in using the temporary password, and then changes the password define the run web service action as follows wsdl url $(serverurl() + '/adminui/services/configserviceapiproxy asmx?wsdl') service name configserviceapiproxy operation name onetimepasswordrequest username $(loginid) email $(primaryemail) action settings to reset a password
