Viewconfig location in the new web portal

Dear Experts,

I noticed that you can save filtered views in a variety of places in the new portal. My question is where are the saved views stored. I assume they are in some tables in the database however I can't find them.

Anyone know how they are stored?

Thanks in advance.

Parents Reply
  • While we are on the topic I wondered how the creation of the entry on DialogUserConfiguration works. The entry on the table is only created once the user logs in to the portal and I am wondering if there is a way to overwrite the inital configuration data as there is no onsaving script or template on this table.

    The goal is to give all users the same initial config.

    As always thank you very much.

Children
  • I guess you could pre-stage the QBMXUser and DialogUserConfiguration entries for new Persons.
    First create a Person called 'Default' log into the portal configure the setting to your likings.
    Make a script or process that triggers after a Person is inserted that...
    creates a new QBMXUser entry
    and creates a new DialogUserConfiguration entry that takes to ConfigurationData of the 'Default' person you just configured
    P.s. this is just off the top of my head ;-)