project QadFinancials > class BBusinessRelation > method ClearAddressFromInstance


Parameters


iiAddressIDinputinteger
oiReturnStatusoutputintegerReturn status of the method.


Internal usage


QadFinancials
method BDebtorShipTo.ApiCreateDebtorShipto
method BDebtorShipTo.ApiMaintainDebtorShipto


program code (program2/bbusinessrelation.p)

/* If there are changes listed for this address id remove them from the instance.*/

for first tAddress where tAddress.address_id = iiAddressID:
    assign tAddress.tc_status = "".
end.