What do application ids mean in the database?

What do application ids mean in the database?

This question is not answered

In the database there is a table te_applications that has an application id and an application Type Id.  What do these two columns mean? we cannot find anywhere where the application ids are defined.  Thanks!

All Replies
  • They are how we generically identify applications such as blogs and wikis.  Application Type identifies it as a type of application like blog, where application id is the instance or an individual blog.
     
    Is there something you are trying to accomplish?  You really should not be working with this table directly(via SQL, etc).  All operations should be performed using our APIs
     
    Patrick Mason
    Development Lead- Extensibility
    o: 214.420.1329
    telligent.com
     
    From: awillis [mailto:bounce-awillis@communities.telligent.com]
    Sent: Friday, March 08, 2013 12:56 PM
    To: discussion_evolution@communities.telligent.com
    Subject: [Telligent Evolution Platform Discussion] What do application ids mean in the database?
     

    In the database there is a table te_applications that has an application id and an application Type Id.  What do these two columns mean? we cannot find anywhere where the application ids are defined.  Thanks!

  • We had a critical reporting request that the API does not support.   We do not touch this tables normally.  We actually do not need this now but thanks for the quick response.
     
    Click to show quoted text