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 Children
  • 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.
  • HI Matt,

    Great so you see it working.  Now all you have to do is have code to check that value, this all depneds on where you are using the data. 

     

    Jon

  • Our login page is built using .ASPX. Data is running on MySql Server 2008. I need to figure out what action should be in place for the inactive web call.