Skip to main content
Skip table of contents

ibihelpme_GetSystemInformationItems

Signature
ibihelpme_GetSystemInformationItems(): string
DescriptionReturns a list of the system information to be determined
Available from API version1.0.0

Parameter

No parameters required

Return value

string

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

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

Example

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.