Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
Execute a request via SOAP Web Services
Execute the following request via SOAP Web Services.
Note The change number has to be a change of the Release Management category. ClosingComments and ClosureCode are required fields for terminating a Release Management change.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pws="http://servicecenter.peregrine.com/PWS" xmlns:com="http://servicecenter.peregrine.com/PWS/Common"> <soapenv:Header/> <soapenv:Body> <pws:TerminateChangeRequest attachmentInfo="?" attachmentData="?" ignoreEmptyElements="true"> <pws:model query=""> <pws:keys query=""> <!--Optional:--> <pws:ChangeNumber type="String" mandatory="?" readonly="?">C10027</pws:ChangeNumber> </pws:keys> <pws:instance query="" uniquequery="?" recordid="?"> <pws:header type="Structure"> <!--Optional:--> <pws:ChangeNumber type="String" mandatory="?" readonly="?"></pws:ChangeNumber> <!--Optional:--> <pws:Category type="String" mandatory="?" readonly="?"></pws:Category> <!--Optional:--> <pws:Status type="String" mandatory="?" readonly="?">terminated</pws:Status> <!--Optional:--> <pws:ApprovalStatus type="String" mandatory="?" readonly="?"></pws:ApprovalStatus> <!--Optional:--> <pws:RequestedBy type="String" mandatory="?" readonly="?"></pws:RequestedBy> <!--Optional:--> <pws:AssignedTo type="String" mandatory="?" readonly="?"></pws:AssignedTo> <!--Optional:--> <pws:Coordinator type="String" mandatory="?" readonly="?"></pws:Coordinator> <!--Optional:--> <pws:CoordinatorPhone type="String" mandatory="?" readonly="?"></pws:CoordinatorPhone> <!--Optional:--> <pws:PlannedStartDate type="DateTime" mandatory="?" readonly="?"></pws:PlannedStartDate> <!--Optional:--> <pws:PlannedEndDate type="DateTime" mandatory="?" readonly="?"></pws:PlannedEndDate> <!--Optional:--> <pws:Reason type="String" mandatory="?" readonly="?"></pws:Reason> <!--Optional:--> <pws:CurrentPhase type="String" mandatory="?" readonly="?"></pws:CurrentPhase> <!--Optional:--> <pws:RiskAssessment type="String" mandatory="?" readonly="?"></pws:RiskAssessment> <!--Optional:--> <pws:Priority type="String" mandatory="?" readonly="?"></pws:Priority> <!--Optional:--> <pws:DateEntered type="DateTime" mandatory="?" readonly="?"></pws:DateEntered> <!--Optional:--> <pws:Open type="Boolean" mandatory="?" readonly="?"></pws:Open> <!--Optional:--> <pws:BackoutDuration type="Duration" mandatory="?" readonly="?"></pws:BackoutDuration> <!--Optional:--> <pws:CloseTime type="DateTime" mandatory="?" readonly="?"></pws:CloseTime> <!--Optional:--> <pws:ForeignID type="String" mandatory="?" readonly="?"></pws:ForeignID> <!--Optional:--> <pws:RFCType2 type="String" mandatory="?" readonly="?"></pws:RFCType2> <!--Optional:--> <pws:Company type="String" mandatory="?" readonly="?"></pws:Company> <!--Optional:--> <pws:BriefDescription type="String" mandatory="?" readonly="?"></pws:BriefDescription> <!--Optional:--> <pws:Subcategory type="String" mandatory="?" readonly="?"></pws:Subcategory> <!--Optional:--> <pws:SLAAgreementID type="Int" mandatory="?" readonly="?"></pws:SLAAgreementID> </pws:header> <pws:description.structure type="Structure"> <!--Optional:--> <pws:Description type="Array"> <!--Zero or more repetitions:--> <pws:Description type="String" mandatory="?" readonly="?"></pws:Description> </pws:Description> <!--Optional:--> <pws:Justification type="Array"> <!--Zero or more repetitions:--> <pws:Justification type="String" mandatory="?" readonly="?"></pws:Justification> </pws:Justification> <!--Optional:--> <pws:BackoutMethod type="Array"> <!--Zero or more repetitions:--> <pws:BackoutMethod type="String" mandatory="?" readonly="?"></pws:BackoutMethod> </pws:BackoutMethod> </pws:description.structure> <pws:middle type="Structure"> <!--Optional:--> <pws:ConfigurationItem type="String" mandatory="?" readonly="?"></pws:ConfigurationItem> <!--Optional:--> <pws:Location type="String" mandatory="?" readonly="?"></pws:Location> <!--Optional:--> <pws:Misc1 type="String" mandatory="?" readonly="?"></pws:Misc1> <!--Optional:--> <pws:Misc2 type="String" mandatory="?" readonly="?">pass</pws:Misc2> <!--Optional:--> <pws:Misc3 type="String" mandatory="?" readonly="?"></pws:Misc3> <!--Optional:--> <pws:Misc4 type="String" mandatory="?" readonly="?"></pws:Misc4> <!--Optional:--> <pws:Misc5 type="String" mandatory="?" readonly="?"></pws:Misc5> <!--Optional:--> <pws:Misc6 type="String" mandatory="?" readonly="?"></pws:Misc6> <!--Optional:--> <pws:Misc7 type="String" mandatory="?" readonly="?"></pws:Misc7> <!--Optional:--> <pws:Misc8 type="String" mandatory="?" readonly="?"></pws:Misc8> <!--Optional:--> <pws:Misc9 type="String" mandatory="?" readonly="?"></pws:Misc9> <!--Optional:--> <pws:Misc10 type="String" mandatory="?" readonly="?"></pws:Misc10> <!--Optional:--> <pws:OutageStart type="DateTime" mandatory="?" readonly="?"></pws:OutageStart> <!--Optional:--> <pws:OutageEnd type="DateTime" mandatory="?" readonly="?"></pws:OutageEnd> <!--Optional:--> <pws:ScheduledOutageStart type="DateTime" mandatory="?" readonly="?"></pws:ScheduledOutageStart> <!--Optional:--> <pws:ScheduledOutageEnd type="DateTime" mandatory="?" readonly="?"></pws:ScheduledOutageEnd> <!--Optional:--> <pws:ActualOutageStart type="DateTime" mandatory="?" readonly="?"></pws:ActualOutageStart> <!--Optional:--> <pws:ActualOutageEnd type="DateTime" mandatory="?" readonly="?"></pws:ActualOutageEnd> <!--Optional:--> <pws:MiscArray1 type="Array"> <!--Zero or more repetitions:--> <pws:MiscArray1 type="String" mandatory="?" readonly="?"></pws:MiscArray1> </pws:MiscArray1> <!--Optional:--> <pws:MiscArray2 type="Array"> <!--Zero or more repetitions:--> <pws:MiscArray2 type="String" mandatory="?" readonly="?"></pws:MiscArray2> </pws:MiscArray2> <!--Optional:--> <pws:MiscArray3 type="Array"> <!--Zero or more repetitions:--> <pws:MiscArray3 type="String" mandatory="?" readonly="?">test passed</pws:MiscArray3> </pws:MiscArray3> <!--Optional:--> <pws:Assets type="Array"> <!--Zero or more repetitions:--> <pws:Assets type="String" mandatory="?" readonly="?"></pws:Assets> </pws:Assets> <!--Optional:--> <pws:EstimateDescription type="String" mandatory="?" readonly="?"></pws:EstimateDescription> <!--Optional:--> <pws:EstimatePrice type="String" mandatory="?" readonly="?"></pws:EstimatePrice> <!--Optional:--> <pws:ActualCost type="String" mandatory="?" readonly="?"></pws:ActualCost> <!--Optional:--> <pws:ActualPrice type="String" mandatory="?" readonly="?"></pws:ActualPrice> </pws:middle> <pws:close type="Structure"> <!--Optional:--> <pws:CompletionCode type="Decimal" mandatory="?" readonly="?">1</pws:CompletionCode> <!--Optional:--> <pws:ClosingComments type="Array"> <!--Zero or more repetitions:--> <pws:ClosingComments type="String" mandatory="?" readonly="?">Terminating Change</pws:ClosingComments> </pws:ClosingComments> </pws:close> <!--Optional:--> <pws:Urgency type="String" mandatory="?" readonly="?"></pws:Urgency> <!--Optional:--> <pws:InitialAssessment type="String" mandatory="?" readonly="?"></pws:InitialAssessment> <!--Optional:--> <pws:attachments> <!--Zero or more repetitions:--> <com:attachment href="?" contentId="?" action="" name="?" type="?" len="?" charset="?" attachmentType="?"/> </pws:attachments> </pws:instance> <!--Optional:--> <pws:messages> <!--1 or more repetitions:--> <com:message type="String" mandatory="?" readonly="?" severity="?" module="?"></com:message> </pws:messages> </pws:model> </pws:TerminateChangeRequest> </soapenv:Body> </soapenv:Envelope>