Goods.BasicMetaobject.releaseObject Function
releaseObject is called during a commitTransaction, for objects that have not been modified. The Object is removed from the Transaction list and unlocked (if it was). If NOTIFY is set on the object we keep it in cache. DIRTY,NEW,TANS*,*LOCK flags are cleared.

Default void releaseObject (Goods.ObjectHeader)
  Type Name Description  
    ObjectHeader obj a ObjectHeader to be released.  
  Return Description  
    void