Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Code Block
{
	"data": [{
			"path1": "value1",
			"path2": "value2"
		},
		{
			"path1": "value3",
			"path2": "value4"
		}
	]
}


SDC FE integration

SDC's VF screen of Deployment Artifacts is extended to show also a button in shape of magnifier icon. Currently magnifier-button should be available for limited kinds of artifacts (at the moment only VES_EVENTS is supported), but there are also plans to handle other types of artifacts in next releases. 

Image Modified


On a magnifier-button click, a dialog with populated data should appear. It is important to know that even GAB back-end services provides possibility to ask for whatever-fields with only one restriction about correct format (json paths) - for Dublin release only few predefined columns are considered to be shown by the GUI dialog: event.action[2], event.comment and event.faultFields.alarmAdditionalInformation.keyValuePair[ structure.key.value==faultId].comment.

Image Added