Hello Team, Our developer can't access to the internet right now. How can we release his checked-out objects? Best regards, Andrew |
Hi Andrew, Find the OID of the user from t_bdf_user table. Next, look for tables that have the column named bdf_user_oid. Search for rows where bdf_user_oid=[OID of the Developer] in these tables. Set the value of bdf_user_oid for these rows to null. This will set the objects free. Kind Regards, |