900-DELETE-URL and 900-DELETE-RNG-URL
The 900-DELETE-URL-<FileName> is used to delete the current URL record.
The 900-DELETE-RNG-URL-<FileName> API is used to delete all of the URL records associated with the current base table record.
When either of these APIs deletes the last attachment associated with the base table record, it will also clear the L_INDEX in the base record. This can have the side-effect of releasing any lock held on that record.
Programming Examples
This code uses 900-DELETE-RNG-CMT and 900-DELETE-RNG-URL to delete all of the attachments associated with COMPANY 1000.
|
This code uses 900-DELETE-URL to delete the URLs associated with COMPANY 1000 that were created in 2012.
|