< Back
Set-EasyVistaRequest
Post
NAME Set-EasyVistaRequest
SYNOPSIS
Updates an request/incident record.
SYNTAX
Set-EasyVistaRequest -RequestNumber <String[]> -Values <Hashtable> -Connection <Hashtable> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-RequestNumber <String[]>
Identifies the request/incident that is to be updated.
Required? true
Position? named
Default value
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Values <Hashtable>
Hashtable containing names and values for the record fields that are to be updated. Refer to Integration
Module User Guide and Kelverion.EasyVista.Configuration.XML for additional details.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Connection <Hashtable>
Hashtable containing EasyVista connection information. This is typically obtained using a Connection Asset
data source or Get-AutomationConnection activity. Example:
@{
ServerUrl='<Your Server URL>';
Account='<Your Account Number>';
User='<User Name>';
Password='<User Password>';
UserDateFormat='mm/dd/yy';
SkipCertificateValidation=$false;
RequestTimeoutSeconds='100';
LicenseKey='<license key>'
}
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String[]
OUTPUTS
System.String
Request number of the modified request/incident.
RELATED LINKS
SYNOPSIS
Updates an request/incident record.
SYNTAX
Set-EasyVistaRequest -RequestNumber <String[]> -Values <Hashtable> -Connection <Hashtable> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-RequestNumber <String[]>
Identifies the request/incident that is to be updated.
Required? true
Position? named
Default value
Accept pipeline input? True (ByValue)
Accept wildcard characters? false
-Values <Hashtable>
Hashtable containing names and values for the record fields that are to be updated. Refer to Integration
Module User Guide and Kelverion.EasyVista.Configuration.XML for additional details.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Connection <Hashtable>
Hashtable containing EasyVista connection information. This is typically obtained using a Connection Asset
data source or Get-AutomationConnection activity. Example:
@{
ServerUrl='<Your Server URL>';
Account='<Your Account Number>';
User='<User Name>';
Password='<User Password>';
UserDateFormat='mm/dd/yy';
SkipCertificateValidation=$false;
RequestTimeoutSeconds='100';
LicenseKey='<license key>'
}
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
System.String[]
OUTPUTS
System.String
Request number of the modified request/incident.
RELATED LINKS