Class JC_Options_Svc

Properties

LOCAL cMainTable$="JC_Options"  

Table maintained by business object

LOCAL cIsSysDB=0  
System file identifier

Methods

FUNCTION GetNextBillingEntryNo(BillingEntryNo$)  

Gets next billing entry number

ParameterDescription
BillingEntryNo$ output, string] next entry number
Returns [boolean] always true
FUNCTION GetNextCashRecptEntryNo(NextCashRecptEntryNo$)  

Gets next cash receipt entry number

ParameterDescription
NextCashRecptEntryNo$ [output, string] next entry number
Returns [boolean] always true
FUNCTION GetNextCostPostingEntryNo(CostPostingEntryNo$)  

Gets next cost posting entry number

ParameterDescription
CostPostingEntryNo$ [output, string] next entry number
Returns [boolean] always true
FUNCTION GetNextEntryNo(TransactionType$, nextEntryNo$)  

Logic to get next entry number by transaction type

ParameterDescription
TransactionType$ [input, string] Transaction type
nextEntryNo$ [output, string] next entry number
Returns [boolean] always true
FUNCTION SetNextBillingEntryNo(BillingEntryNo$)  

Gets next billing entry number

ParameterDescription
BillingEntryNo$ [input, string] next entry number
Returns [boolean] always true
FUNCTION SetNextCashRecptEntryNo(NextCashRecptEntryNo$)  

Sets next cash receipt entry number

ParameterDescription
NextCashRecptEntryNo$ [input, string] next entry number
Returns [boolean] always true
FUNCTION SetNextCostPostingEntryNo(CostPostingEntryNo$)  

Sets next cost posting entry number

ParameterDescription
CostPostingEntryNo$ [input, string] next entry number
Returns [boolean] always true

Properties inherited from: SY_Service

BOF, CurrentBrowseIndex$, CurrentIndex$, EOF, SecurityAccess

Methods inherited from: CI_NextNumber

FormatLotSerialNo$(), IncrementSerialNo(), NextNumber(), FindPrefix(), GetColumnInfo(), IncrementNumber()

Methods inherited from: SY_Service

BindVariable(), CheckMainTable(), Clear(), Find(), FindById(), GetChildHandle(), GetChildKeyReference$(), GetColumns$(), GetDataSources$(), GetDataSourcesAddl$(), GetJson$(), GetKey$(), GetKeyColumns$(), GetKeyPadded$(), GetPartialRecord(), GetRecord(), GetRecordCount(), GetRecordEx(), GetResultSets(), GetTable$(), GetTablePath$(), GetValue(), GetValues(), IsValid(), MoveFirst(), MoveLast(), MoveNext(), MovePrevious(), ReadAdditional(), SetBrowseFilter(), SetBrowseIndex(), SetCacheMode(), SetIndex(), SetKeyValue(), SetParentColumns(), SetParentHandle(), SetUIHandle(), PERFORM ClearEditRcd(), FormatJson$(), GetAddlDataSources(), GetDateColumns$(), InitChildCollection(), MoveFirstLast(), MoveNextPrevious(), OpenMainTable(), ParseKeyDef(), PrepareKeyDef(), ReadRec(), ResolveColumnList$(), SetControls(), SetCurrentKey(), UseKeyColl()