Usage of Action 'Delete Collection Object'

Discussion in 'Knowledge Base' started by admin, May 17, 2013.

    
  1. admin

    admin Administrator Staff Member


    Query:
    Can we delete Sub Objects of a primary Object?
    Solution:
    Yes, we can delete the Sub Objects of a Primary Object using the Action Delete Collection Object. This Action is designed to work only in Target context which means that the object must be in Edit Mode. In order to delete Sub-Objects, one must switch the target context to the owner context of the object to be deleted. For example, to delete a record of Inventory Entries, the current target context must be Voucher.
    The Integrity of the Primary Object must be maintained while using this Action. For example, in a Voucher, deleting all the Ledger Entries without replacing with the correct ones will result in an invalid voucher.
    Syntax:
    Delete Collection Object : <Sub-Collection Name> [: <Index> : <Logical Expression>]
    where
    Sub-Collection Name is the name of the Sub Collection under Primary Object.
    Index is the position of the object to be deleted. Default value of Index is -1 which points to the last object.
    Logical Expression, if evaluated to be True, then only this action will be executed.

    Example:
    Delete Collection Object : Full Price List : 1 : @@IsSamePriceList
    The above example in default TDL is used in Price List where the availability of the specified Price List/Date is checked in the master. If found, the record is deleted prior to posting the new values as on date for specified price list.
     


  2. kpstup

    kpstup New Member


    how to delete whole object (Ex. Delete Collection Object : ADDRESS )
     


  3. admin

    admin Administrator Staff Member


    It will come in Release 5.0 :)
     


  4. kpstup

    kpstup New Member


    Thanks ..:)
     


Share This Page