HI,
We are looking into customizing this procedure to avoid merging of records are not duplicates. Can somebody shed some light on where this procedure is placed (called within another procedure or something) within Tessitura. This will give us understanding of effects of this procedure run. Thanks for your time and help.
Cheers
Harpreet
Hi Ken,
Thanks a lot for your response. This procedure is called from the Merge Constituents screen so do you think when we click on schedule button some procedure runs and LP_VALIDATE_CUST_MERGE gets called within that procedure. Also if at some point user wants to schedule the merge considering records are definite duplicate but due to LP_VALIDATE_CUST_MERGE unable to schedule so in that situation is there any quick override option.
Thanks
From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of Ken McSwain Sent: Thursday, 13 May 2010 15:51 To: Harpreet Gangyan Subject: Re: [Tessitura Technical Forum] LP_VALIDATE_CUST_MERGE
Hi Harpreet
LP_VALIDATE_CUST_MERGE is called from the Merge Constituents screen, when you click the Schedule button to attempt to schedule a merge.
If the validation fails, it returns the error message set in the script, and the screen then displays the error message, and backs out of the schedule operation. As far as I know, that's the only place it's used.
Ken
From: Harpreet Gangyan <bounce-harpreetsinghgangyan5939@tessituranetwork.com> Sent: 5/12/2010 10:36:14 PM
This message was sent automatically to you by www.tessituranetwork.com because you subscribed to the Tessitura Technical Forum. You may reply to this message to post to the Technical forum or visit the site to search, read and post to the forums. In the interest of keeping the forum posts from becoming cluttered, we encourage you to delete previous message text from your reply before sending. Thank you!
do you think when we click on schedule button some procedure runs and LP_VALIDATE_CUST_MERGE gets called within that procedure.
Yes. That's what happens.
is there any quick override option.
No - there's no built-in override option. We added some code into our version of the script so that members of a particular user group can override it. Only consortium administrators have access to that group - if anybody needs to run a non-conforming merge, they ask us, we review the merge and if necessary check with other consortium members, then log on with that user group and schedule it manually.