Question

Mobile Designs (Android 6U23)


Userlevel 3
Badge +7
  • Sidekick (Customer)
  • 21 replies

Where is the design XML stored within the server?

 

After creating many revisions (70~) the import design function only seems to time out.

 

How would you sideload the design into the system once created?


2 replies

Userlevel 6
Badge +26

Hey @ssabo 

I would recommend creating a new design where the base is your current design revision~70.

Then delete the old design.

In that way, you get a new design with 1 revision and much lighter XML.

To your question, the design is saved in a table named mm_design. But, again, I would not recommend changing anything directly in the DB or manipulate the XML.

Cheers!

Userlevel 1
Badge +6

Hi @ssabo The Mobile design is stored in multiple tables, fields, lookups, screens, workflows, etc. (You can look in the database for the tables mm_*)

If you try to backup from SQL there will be some data manipulation involved, (I have done, and it was quiet hectic) 

Also I would recommend not to have 70 designs, this results for the timeout to happen.

Reply