-
Notifications
You must be signed in to change notification settings - Fork 7
Reason Release
Home / API / Reason Release
Reads a ReasonRelease. If a Reason Code RsnCode
parameter is sent then only the Reason Releases corresponding to that Reason Code RsnCode
and the Release Code RlsCode
are returned.
Authentication: Windows
Privilege : Administrator
, Moderator
, Power User
Method: PxStat.Data.ReasonRelease_API.Read
Parameters:
Name | Type | Default | Description |
---|---|---|---|
RlsCode |
Int | Release Code | |
RsnCode |
String | null | Reason Code |
Return: Array
[ Object
]
Name | Type | Description |
---|---|---|
RlsCode |
Int | Release Code |
RsnCode |
String | Reason Code |
RsnValueExternal |
String | Value of External Reason |
RsnValueInternal |
String | Value of Internal Reason |
CmmValue |
String | Comment Value |
Creates a Reason Release.
Authentication: Windows
Privilege : Administrator
, Power User
Method: PxStat.Data.ReasonRelease_API.Create
Parameters:
Name | Type | Default | Description |
---|---|---|---|
RlsCode |
Int | Release Code | |
RsnCode |
String | Reason Code | |
CmmValue |
String | null | Comment Value |
LngIsoCode |
String | [Default language ISO code for system] | ISO Language Code |
Return: String with value of success
Updates a Reason Release Comment.
Authentication: Windows
Privilege : Administrator
, Power User
Method: PxStat.Data.ReasonRelease_API.Update
Parameters:
Name | Type | Default | Description |
---|---|---|---|
RlsCode |
Int | Release Code | |
RsnCode |
String | Reason Code | |
CmmValue |
String | Comment Value |
Return: String with value of success
Deletes a Reason Release.
Authentication: Windows
Privilege : Administrator
, Moderator
, Power User
Method: PxStat.Data.ReasonRelease_API.Delete
Parameters:
Name | Type | Default | Description |
---|---|---|---|
RlsCode |
Int | Release Code | |
RsnCode |
String | Reason Code |
Return: String with value of success
Update
Database Scripts
Configuration
API
- Home
- Data
- Security
- Subscription
- System
- Navigation
- Notification
- Settings
- Workflow
- Px Build
Developer
- Home
- Developer Tools
- Client Tier
- Server Tier
- Database Tier