Details in BPMonline 7.0.0.235

Hi everybody,

1. My question relates to BPMonline version 7.0.0.235. You can hide individual page items in the Page Designer. But how can I show them back?

I remember that there is a table, which records all actions with a user's interface. What's it called? Should i find there necessary record and delte it in order to restore the default page? 

2. To hide a section  you need to delete a record in the table 'SysModule'. This deletes related records in other tables. What has to be done to restore the section?

File attachments
Like 1

Like

1 comments

Hi, Tony!

1. The Table you need is called [EditPageModification]. It stores changes made to each page using the designer.  You can restore the original appearance of the page by removing records from this table.

2. It is better to delete sections from the table [SysModuleInSysModuleFolder] in order to hide them. If you delete the section registration from  [SysModule], than you can re-register the section using a stored procedure [tsp_RegisterSection]. More information can be found in the SDK ("Register section in the system").

Show all comments