c2g.CashEntryServiceglobal with sharing class CashEntryService A service to provide cash entry functionality. MethodscancelCashEntriesglobal static List<Id> cancelCashEntries(List<c2g.CashEntryService.CancelCashEntryInfo> cancelCashEntryInfoList) This method cancels cash entries and returns a list of IDs of the new cancelling cash entries created. Use CashEntryCancelCashEntry (Cancel Cash Entries) custom permission to grant permissions on this method. Input Parameters
Return ValueThis service returns a list of Id objects. Sample Code
c2g.CashEntryService.CancelCashEntryInfoglobal with sharing class CancelCashEntryInfo Holds the information necessary to cancel a cash entry. Properties
Methods
CancelCashEntryInfoglobal CancelCashEntryInfo(Id originalCashEntryId, Id periodId, String reference, String description) Create a new CancelCashEntryInfo holding the information necessary to cancel a cash entry. Input Parameters
|