![]() Billing Central API Developer Reference
|
ffbc.LookupServiceglobal with sharing class LookupService This class provides lists of wrappers which represent lookup field values. Methods
getUnitsOfMeasureglobal static List<ffbc.LookupService.Identity> getUnitsOfMeasure() Query the ID and Name fields of all units of measure. Return ValueThe list of identities of the units of measure. getCompaniesglobal static List<ffbc.LookupService.Identity> getCompanies() Query the ID and Name fields of all companies. Return ValueThe list of identities of the companies. getTaxCodesglobal static List<ffbc.LookupService.Identity> getTaxCodes() Query the ID and Name fields of all ERP tax codes. Return ValueThe list of identities of the tax codes. getAccountsWithNameLikeglobal static List<ffbc.LookupService.Identity> getAccountsWithNameLike(String name) Query the ID and Name fields of all accounts where the name contains the string provided. Input Parameters
Return ValueThe list of identities of the accounts, ordered by name. getAccountsWithIdsglobal static List<ffbc.LookupService.Identity> getAccountsWithIds(Set<Id> accountIds) Query the ID and Name fields of each account that has an ID, which is in the list of IDs provided. Input Parameters
Return ValueThe list of identities of the accounts. getIdentitiesglobal static List<ffbc.LookupService.Identity> getIdentities(ffbc.LookupService.IdentityRequest request) Queries the identities of records of any SObject type. Input Parameters
Return ValueThe list of identities of the records matching the query. ffbc.LookupService.Identityglobal class Identity This class models a lookup field value. Properties
Methodsffbc.LookupService.IdentityRequestglobal class IdentityRequest This class contains the parameters for a query to obtain arbitrary SObject identities. Properties
Methods |