Inactive Account Handling

I need to build in functionality for the web to detect whether the account is inactive or not and to display a message if it is inactive. Has anyone built this in to their website and which methods did you use?

Parents
Reply
  • Hi Jon,

    I was using an active account to test, which caused confusion on my end. My apologies. I have found an inactive account to test. Here is what the dataset returned for the ConstituentHeader:

    <ConstituentHeader diffgr:id="ConstituentHeader1" msdata:rowOrder="0">

      <customer_no>254090</customer_no>
      <full_name1>N. Hayes Consulting</full_name1>
      <full_name2 xml:space="preserve"></full_name2>
      <all_const />
      <create_dt>2005-09-27T00:00:00-04:00</create_dt>
      <userid>dbo</userid>
      <inactive>INACTIVE</inactive>
      </ConstituentHeader>
    What do I do with this? Thank you for all of your help.
Children