Skip to main content

CustomerReference

No description

type CustomerReference {
id: ID!
label: String
customer: Customer
}

Fields

CustomerReference.id ● ID! non-null scalar

CustomerReference.label ● String scalar

CustomerReference.customer ● Customer object

If the current user has CUSTOMER_VIEW permissions on the customer with ID this field will be non-null.

Returned By

currentUserPermissionOnCustomers query

Member Of

BusinessService object ● CloudService object ● Database object ● MonitoredSystem interface ● SapBusinessObject object ● SapInstance object ● SapSystem object ● Server object