Student Registration Online

Former Member
Former Member $organization

Are you using the ltr_add_registrant table and trigger to add students on the web? If so, are you using the GetLocalData/UpdateLocalData methods or are you using a procedure with ExecuteLocalProcedure?

If you are not doing it this way, how are you doing it?

Parents
  • Former Member
    Former Member $organization

    Hi David,

     

    Once you create the student’s record, how do you then update that record through the API? Seems the correct calls (UpdateAccountEX and UpdateConstituentInfo only take the sessionid as a parameter – which is tied to the logged in user…the parent. I suspect I’ll need to create a custom procedure but wanted to make sure that I’m not missing anything available through the API to do this.

     

    Gloria

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of David Woodall
    Sent: Friday, August 06, 2010 1:36 PM
    To: Gloria Ormsby
    Subject: Re: [Tessitura Technical Forum] Student Registration Online

     

    Gloria,

    We wrote a custom procedure and are using ExecuteLocalProcedure to do this. The procedure takes parent customer_no and the student information, creates the student and the association.

    I'd be happy to talk further about this with you.

    David

    From: Gloria Ormsby <bounce-gloriaormsby5026@tessituranetwork.com>
    Sent: 8/2/2010 3:38:04 PM

    Are you using the ltr_add_registrant table and trigger to add students on the web? If so, are you using the GetLocalData/UpdateLocalData methods or are you using a procedure with ExecuteLocalProcedure?

    If you are not doing it this way, how are you doing it?




    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!

Reply
  • Former Member
    Former Member $organization

    Hi David,

     

    Once you create the student’s record, how do you then update that record through the API? Seems the correct calls (UpdateAccountEX and UpdateConstituentInfo only take the sessionid as a parameter – which is tied to the logged in user…the parent. I suspect I’ll need to create a custom procedure but wanted to make sure that I’m not missing anything available through the API to do this.

     

    Gloria

     

    From: Tessitura Technical Forum [mailto:forums-technical@tessituranetwork.com] On Behalf Of David Woodall
    Sent: Friday, August 06, 2010 1:36 PM
    To: Gloria Ormsby
    Subject: Re: [Tessitura Technical Forum] Student Registration Online

     

    Gloria,

    We wrote a custom procedure and are using ExecuteLocalProcedure to do this. The procedure takes parent customer_no and the student information, creates the student and the association.

    I'd be happy to talk further about this with you.

    David

    From: Gloria Ormsby <bounce-gloriaormsby5026@tessituranetwork.com>
    Sent: 8/2/2010 3:38:04 PM

    Are you using the ltr_add_registrant table and trigger to add students on the web? If so, are you using the GetLocalData/UpdateLocalData methods or are you using a procedure with ExecuteLocalProcedure?

    If you are not doing it this way, how are you doing it?




    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!

Children