Results 1 to 3 of 3

Thread: What is optimistic_lock?

  1. #1
    shrisamsalunke is offline Sugar Community Member
    Join Date
    Dec 2011
    Posts
    46

    Default What is optimistic_lock?

    hello all,
    now i m try to create module without studio i learn manifest.php file.
    i download one module from SugarCRM Tutorials : Custom Module Development - Helloworld Module

  2. #2
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Re: What is optimistic_lock?

    From Sugar Developer Guide

    PHP Code:
    'optimistic_locking' True 
    ... if this module should obey optimistic locking. Optimistic locking uses the modified date to ensure that the bean you are working on has not been modified by anybody else when you try and save. This prevents loss of data.
    Letrium ltd. - Only high quality service
    http://letrium.com

  3. #3
    shrisamsalunke is offline Sugar Community Member
    Join Date
    Dec 2011
    Posts
    46

    Default Re: What is optimistic_lock?

    hi AlexAv,
    thanks for reply

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •