Wednesday, February 18, 2009

PRPC Code: Lock/Unlock the string

Lock the string:
return tools.getDatabase().getLockManager().lock(lockString, false);
Unlock the string
return tools.getDatabase().getLockManager().unlock(lockString, false);

2 comments:

  1. Hi
    Please help me any one Having pega PRPC Tutorials

    Please mail me bahunadham@gmail.com

    Regards
    chari

    ReplyDelete
  2. We need to save the attachments of a work object to a server specific folder(Example:- \APP\ATTACHMENTS\ under root in a Tomcat server).This needs to done dynamically without any manual intervention.

    We are using PRPC V5.4SP3.

    ReplyDelete