project QadFinancials > class BCompanyProperty > method StopExternalInstances

Description

Stop instances that are started in AdditionalUpdates as part of current transaction


Parameters


oiReturnStatusoutputintegerReturn status of the method.


Internal usage


QadFinancials
method BCompanyProperty.CreateInterCoAccounts
method BCompanyProperty.SwitchPrimaryCompany
method BCompanyProperty.ValidateComponent


program code (program/bcompanyproperty.p)

if viBMfgAccountDefaultMaster1ID <> 0 then do:
      <I-1 {bFcStopInstance
            &CLASS           = "BMfgAccountDefaultMaster"}>
    
      assign viBMfgAccountDefaultMaster1ID = 0.
end.

<ANCESTOR-CODE>