Accounting Apex API Developer Reference

c2g.Find

global with sharing class Find

@category Accounting @since Summer 2026 @readOnly @supportsAgents @keywords find, search, lookup, retrieve, invoice, journal, document, name, number Searches accounting records by name and returns the matching record ID.

Methods

find

global static List<c2g.Find.Response> find(List<c2g.Find.Request> requests)

c2g.Find.Request

global with sharing class Request

Properties

Name Type Description
recordName String

c2g.Find.Response

global with sharing class Response

Properties

Name Type Description
recordId ID
errorMessage String
hasErrors Boolean

c2g.Find.FindException

global with sharing class FindException extends Exception

© Copyright 2009–2026 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.