icRowids | input | character | |
icPkey | input | character | |
icObjectIds | input | character | |
ilAllTables | input | logical | true = return all class tables false = return only database tables |
oiReturnStatus | output | integer | Return status of the method. |
<ANCESTOR-CODE> if vlActiveVersionOnly then for each tFcDynRel where tFcDynRel.tcFcTo = "BudgetVersion": tFcDynRel.tcFcRel = "for each BudgetVersion where" + " BudgetVersion.Budget_ID = Budget.Budget_ID and" + " BudgetVersion.BudgetVersionIsActive = true". end.