Custom constituent header and GetConstituentInfoEx()

Former Member
Former Member $organization

Does customizing the constituent header change the schema of the ConstituentHeader table returned by GetConstituentInfoEx()?

Parents
  • Former Member
    Former Member $organization

    I may have just found the answer to my own question.  I hope it's right:

    GetConstituentInfoEx() calls WP_GETEXTENDED_ACCOUNTINFO, which in turn calls AP_DONOR_HEADER1.  It looks like the process of creating a custom header does not modify either of these procedures, so I take it that hardcoded references to the default schema won't break when a custom header is used.

Reply
  • Former Member
    Former Member $organization

    I may have just found the answer to my own question.  I hope it's right:

    GetConstituentInfoEx() calls WP_GETEXTENDED_ACCOUNTINFO, which in turn calls AP_DONOR_HEADER1.  It looks like the process of creating a custom header does not modify either of these procedures, so I take it that hardcoded references to the default schema won't break when a custom header is used.

Children