Started integrating external systems
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
<?php
|
||||
// Topdesk interface
|
||||
// $config_ext['topdesk']
|
||||
|
||||
class Topdesk {
|
||||
}
|
||||
|
||||
/*
|
||||
Topdesk-Infos / Interessante Tabellen
|
||||
object
|
||||
type
|
||||
asset_typ_id
|
||||
asset_summary
|
||||
asset_status
|
||||
ref_name
|
||||
asset_type
|
||||
unid 16 Byte GUID
|
||||
name
|
||||
am_entity
|
||||
object.asset_id = am_entity.unid
|
||||
|
||||
am_field
|
||||
id
|
||||
displayname
|
||||
properties (JSON)
|
||||
|
||||
am_value
|
||||
entityid
|
||||
fieldname
|
||||
textvalue
|
||||
numvalue
|
||||
valuetype
|
||||
|
||||
am_relation
|
||||
sourceId
|
||||
targetId
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user