Description
run validatebc and additional updates
Parameters
oiReturnStatus | output | integer | Return status of the method. |
Internal usage
QadFinancials
program code (program6/bcompanyproperty.p)
assign oiReturnStatus = -98.
<M-1 run ValidateBC (output viFcReturnSuper (oiReturnStatus)) in BCompanyProperty>
if viFcReturnSuper <> 0
then do:
assign oiReturnStatus = viFcReturnSuper.
if viFcReturnSuper < 0
then return.
end.
<M-2 run AdditionalUpdates (output viFcReturnSuper (oiReturnStatus)) in BCompanyProperty>
if viFcReturnSuper <> 0
then do:
assign oiReturnStatus = viFcReturnSuper.
if viFcReturnSuper < 0
then return.
end.
if oiReturnStatus = -98
then assign oiReturnStatus = 0.