Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENWORK and version Documentation

Data Elements

Table Filter
defaultBeschreibung
isFirstTimeEnterfalse
hideColumnstrue
sparkNameSparkline
hidePanetrue
datepatterndd M yy
id1638287779382_-1748505905
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
order0
Multiexcerpt
MultiExcerptNamedata_elements
Table Transformer
dateFormatdd M yy
export-wordfalse
show-sourcefalse
export-csvfalse
id1638287779384_-1958090538
transposefalse
worklog365|5|8|y w d h m|y w d h m
separator.
export-pdffalse
sqlSELECT * FROM T*

KeyFormatCNDDescriptionBeschreibung
1

acsInterface

string

M

This the ACS interface that the challenge will present to the cardholder.

Values accepted:

  • native

  • html

Die ACS-Schnittstelle, die dem Karteninhaber die Challenge zeigen soll

Zulässige Werte:

  • native

  • html

2

acsUiTemplate

string

M

Identifies the UI Template format that the ACS first presents to the consumer.

Values accepted:

  • text

  • singleSelect

  • multiSelect

  • oob

  • htmlOther

htmlOther is only valid in combination with html UI (see acsInterface).

Bezeichnet das Format der UI-Vorlage, welche das ACS dem Kunden zuerst zeigt.

Zulässige Werte:

  • text

  • singleSelect

  • multiSelect

  • oob

  • htmlOther

htmlOther is nur in Kombination mit html UI gültig (siehe acsInterface).

Schema

(info) BASEURL=

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNameBaseURL
PageWithExcerptWording
schemas

Multiexcerpt
MultiExcerptNameschema
Code Block
languagejson
linenumberstrue
{
	"$id": "BASEURL/acsRenderingType.json",
	"title": "accountInfo",
	"description": "ACS Rendering Type",
	"type": "object",
	"properties": {
		"acsRenderingType": {
			"type": "object",
			"properties": {
				"acsInterface": {
					"type": "string",
					"enum": [
						"native",
						"html"
					]
				},
				"acsUiTemplate": {
					"type": "string",
					"enum": [
						"text",
						"singleSelect",
						"multiSelect",
						"oob",
						"other"
					]
				}
			},
			"required": [
				"acsInterface",
				"acsUiTemplate"
			],
			"additionalProperties": false
		}
	},
	"additionalProperties": false
}

Sample

Multiexcerpt
MultiExcerptNamesample
Code Block
languagejson
linenumberstrue
{
	"acsRenderingType": {
		"acsInterface": "native",
		"acsUiTemplate": "singleSelect"
	}
}

asd

Table of Contents