Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
CSIDE and OScript
Set To Multi User (Performer call back)
Uhde_India_Livelink_Admin#2
We are currently in LL9.2sp1 and are going to upgrade to LL9.5. We have created a lot of workflows ourselves and have used the performer call back scripts.The return type of setToMultiUSer performer call back script is integer in LL9.2 and assoc in LL9.5How have people managed this during an upgrade from 9.2 to 9.5. Do we have to make code changes every where we have used the script in 9.2?Please advice!Lijo
Find more posts tagged with
Comments
eLink User
Message from Nair, Krishnankutty via eLinkCan you post the script.I think OpenText code is generic for performercall back script .Is setToMultuser something your org developed or acustom script package ?Or let us know the location of setToMultuser in9.5 in which ospace ,I am searching for this script in my 9.5 and Ican't seem to locate it-----Original Message-----From: eLink Discussion: Livelink Builder Discussion[mailto:componentbuilder@elinkkc.opentext.com] Sent: Wednesday, January 03, 2007 3:36 AMTo: eLink RecipientSubject: Set To Multi User (Performer call back)Set To Multi User (Performer call back)Posted by Livelink Admin#2, Uhde India on 01/03/2007 04:34 AMWe are currently in LL9.2sp1 and are going to upgrade to LL9.5. We havecreated a lot of workflows ourselves and have used the performer callback scripts.The return type of setToMultiUSer performer call back script is integerin LL9.2 and assoc in LL9.5How have people managed this during an upgrade from 9.2 to 9.5. Do we have to make code changes every where we have used the script in9.2?Please advice!Lijo[To reply to this thread, use your normal E-mail reply function.]============================================================Discussion: Livelink Builder Discussion
https://knowledge.opentext.com/knowledge/llisapi.dll/open/765419Livelink
Server:
https://knowledge.opentext.com/knowledge/llisapi.dllTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.componentbuilder@elinkkc.opentext.com.-----------------------------------------*Please note my E-Mail Address has changed. Please update yourcontact list*Anadarko Confidentiality Notice: This electronic transmission and any attached documents or otherwritings are intended only for the person or entity to which it isaddressed and may contain information that is privileged,confidential or otherwise protected from disclosure. If you havereceived this communication in error, please immediately notifysender by return e-mail and destroy the communication. Anydisclosure, copying, distribution or the taking of any actionconcerning the contents of this communication or any attachments byanyone other than the named recipient is strictly prohibited.
Uhde_India_Livelink_Admin#2
Set to multi user is a custom package and is availabe under WFMain --> WFRoot --> Advanced Performer Pacakage --> Script (set to multi user)LL 9.2 implementationInteger retVal = UndefinedretVal = $WFMAIN.AdvancedPerformerPkg.SetToMultiUsers (prgCtx, workID, subWorkID, taskID, Perflist); //Parallel RoutingLL 9.5 implementationAssoc retVal = UndefinedretVal = $WFMAIN.AdvancedPerformerPkg.SetToMultiUsers (prgCtx, workID, subWorkID, taskID, Perflist); //Parallel RoutingPlease help!