Skip to main content
Skip table of contents

ibihelpme_GetSystemInformationItems

Signatur
ibihelpme_GetSystemInformationItems(): string
BeschreibungGibt eine Liste der zu ermittelnden Systeminformationen zurück
Verfügbar ab API-Version1.0.0

Parameter

Keine Parameter erforderlich

Rückgabewert

string

JSON-Array, welches die zu ermittelnden Systeminformationen enhält

CODE
[
	{
		"key":"ActiveDirectory.User.Mail", 
		"caption":"{%Strings.EmailCaption%}"
	}
,
...
,
	{
		"key":"Local.UserName", 
		"caption":"User name"
	}
]

Beispiel

JS
var systemInformationItemsSerialized = window.external.ibihelpme_GetSystemInformationItems();
 
var systemInformationItems = JSON.parse(systemInformationItemsSerialized);
 
refreshSystemInformationItems(systemInformationItems);
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.