General Custom Column Fields

Following are the general case-sensitive custom column fields, which are common across providers:

id
artifact_id
request_id
description
name
provider_instance_UUID
provider_instance_name
syncattempteddatetimestring
syncsucceededdatetimestring
syncmessage
syncstatus
title
type
url

General Fields for View Widgets Only

Some of the general fields can be shown only in the request and deployment unit view widgets, because they are populated on the Release Control side rather than on the provider side. If you use these fields in the request or deployment unit add widget, you should create a separate RLC Custom Column table entry for the add widget rather than sharing the column entry for the view and add widgets; otherwise, these fields will be empty. These case-sensitive fields are as follows:

artifact_id                       request_id
provider_instance_UUID            provider_instance_name
syncattempteddatetimestring       syncsucceededdatetimestring
syncmessage                       syncstatus					  

Synchronization Fields for Reload Data Transitions

Synchronization data appears in the columns for a request or deployment unit widget only if Reload Request Data or Reload Deployment Unit Data transitions are executed. (By default, this is done in release packages on the Requests or Deployment Unit tabs, respectively.) The sync fields are populated as follows:
  • syncattempteddatetimestring: shows the last time a reload was done
  • syncmessage: if the reload failed, shows the error received from the provider
  • syncstatus: either FAILED or SUCCEEDED
  • syncsucceededdatetimestring: shows the last time a reload was successful

For information on the reload transitions, see "Reloading Request Data" and "Reloading Deployment Unit Data" in the Release Control Getting Started Guide.

Related Topics

Provider-Specific Custom and Extended Fields