The KSSAMPLEChange form is a sample Change Request form with a limited number of fields on it. This handler is designed to create a record in the KSSAMPLEform by merely passing though the values input by the user as well as setting some that are hard coded into the handler. The two date fields on KSSAMPLEChange require data in the ISO 8601 format so that must be supplied to the handler. The handler returns the Entry ID of the record that it creates.
Name | Description |
---|---|
Change Name | A name given to the change request |
Description | A description of what the change request is for |
Risk | The Risk assigned to the change request |
Priority | The Priority assigned to the change request |
Impact | The date/time that the change request is supposed to startThe Impact assigned to the change request |
Start Date | The date/time that the change request is supposed to start formatted in the ISO 8601 format |
End Date | The date/time that the change request is supposed to end formatted in the ISO 8601 format |
Category | The 'Category' element of the categorization of the change request |
Type | The 'Type' element of the categorization of the change request |
Item | The 'Item' element of the categorization of the change request |
Submitter | The Submitter of the change request |
Name | Description |
---|---|
Change Name | <%=@answers['Change Name']%> |
Description | <%=@answers['Change Description']%> |
Risk | Minor |
Priority | Minor |
Impact | Low |
Start Date | <%=@answers['Start Date']%> |
End Date | <%=@answers['End Date']%> |
Category | Hardware |
Type | Server |
Item | Upgrade |
Submitter | <%=@answers['Req By']%> |
Name | Description |
---|---|
Entry Id | The 'Request ID' of the change request that gets created. |
KineticSampleChangeCreate_V3 (2014-03-07)
information to process. All data is passed into the handler as parameters.
KineticSampleChangeCreate_V1 (2010-01-14)
Learn more about the Kinetic Data Enterprise Workflow Platform Check it out