project BLF > class Session > method GetLogicalValue

Description

Read the value of any logical data item in the session component.


Parameters


icNameinputcharacterName of the data item.
olValueoutputlogicalvalue of the data item
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


BLF
method BDomain.ValidateComponent

QadFinancials
method database.IsOperationalReplicationEnabled
method BBusinessRelation.ValidateComponentDelete
method BBusinessRelation.ValidateComponentPostAddress
method BCInvoice.AdditionalUpdatesAllWorkObject
method BCInvoice.CreateCInvoiceMovements
method BCInvoice.CreateCInvoiceMovementsCrossCyExt
method BCInvoice.ValidateComponentPost
method BCInvoiceAPMatching.CreateCInvoice
method BCompany.ValidateCompanyCode
method BCompanyProperty.ValidateComponent
method BCreditor.ValidateComponent
method BDebtor.ValidateComponent
method BDebtorEndUser.ValidateComponent
method BDebtorShipTo.ValidateComponent
method BDInvoice.InitInstance
method BDomain.AdditionalUpdates
method BDomain.ValDomainCode
method BJournal.ValidateComponent
method MfgDatabaseComponent.IsReplicationEnabled
method BMfgAddress.ApiReplicateFromFinancialsBusRel
method BMfgEntity.SwitchPrimaryEntity
method BPeriod.ApiUpdatePeriodStatus
method BPeriod.ValidateComponentPost
method MfgNotification.IsReplicationEnabled


program code (program1/session.p)

find tDataItems where
     tDataItems.tcName     = icName and
     tDataItems.tcDataType = "l":U  no-error.
if available tDataItems
then assign olValue = tDataItems.tlLogValue.
else assign olValue = ?.