This handler creates a record in the KSSAMPLEPeople form based on the information input by the end user, and returns the Request ID of the record created. The handler looks up the the Supervisor's AR Login ID based on the Supervisor Name entered in. Overall, this is a very simple "pass through" type of handler.
Name | Description |
---|---|
First Name | The first name of the person record being created |
Last Name | The last name of the person record being created |
Employee Number | The employee number of the person record being created |
Supervisor Name | The supervisor's name of the person record being created |
AR Login | The AR login of the person record being created |
Phone | The phone number of the person record being created |
Email Address | The email address of the person record being created |
Company | The company of the person record being created |
Region | The region of the person record being created |
Site | The site of the person record being created |
Department | The department of the person record being created |
Office | The office of the person record being created |
Address Line 1 | The first address line of the person record being created |
Address Line 2 | The second address line of the person record being created |
City | The city of the person record being created |
State/Prov | The state or province of the person record being created |
Postal Code | The postal code of the person record being created |
Country | The country of the person record being created |
Submitter | The Submitter of the person request |
Name | Description |
---|---|
First Name | <%=@answers['First Name']%> |
Last Name | <%=@answers['Last Name']%> |
Employee Number | <%=@answers['Employee No.']%> |
Supervisor Name | <%=@answers['Supervisor']%> |
AR Login | <%=@answers['Remedy User ID']%> |
Phone | <%=@answers['Work Phone']%> |
Email Address | <%=@answers['Email Address']%> |
Company | ACME Corp |
Region | <%=@answers['Region']%> |
Site | <%=@answers['Site']%> |
Department | <%=@answers['Department']%> |
Office | <%=@answers['Office Loc.']%> |
City | <%=@answers['City']%> |
State/Prov | <%=@answers['State or Province']%> |
Postal Code | <%=@answers['Postal Code']%> |
Country | <%=@answers['Country']%> |
Address Line 1 | |
Address Line 2 | |
Submitter |
Name | Description |
---|---|
Entry Id | The Request ID of the KS_SAMPLE_People record that was created. |
KineticSamplePeopleCreate_V2 (2014-03-07)
information to process. All data is passed into the handler as parameters.
KineticSamplePeopleCreate_V1 (2010-01-14)
Learn more about the Kinetic Data Enterprise Workflow Platform Check it out