It is not possible to bind 'Default section view' since there is such option. If you need to bind the columns settings of the section, you can use SysProfileData object. Here is a simple guide in different community post:
I am trying to edit account page to add a new tab but that was not successful.
So I deleted the replacing object created for account section with replacing scheme.
Now the account section page opens perfectly fine when debug mode is off in console. But when I turn it on, it crashes the page and given me the following error.
Can someone please help me, why is there any error in first place only when I turn on debug mode in console?
It is hard to say why could this issue occur, but you can try fixing this error by going to configurations and re-saving AccountPage schema (please also note that in case you have several account edit page schemas (like UsrAccount1Page, UsrAccount2Page and so on)) and you need to re-save content of all those schemas (by clicking on "Save" button at the top left corner of schema editor https://prnt.sc/rdrops). Once done please relogin to the application and try to open edit page once again
In a process, I need to add a new activity, requesting that the target contact fills in a preconfigured page. When the activity is completed, the process will then resume with the data entered by the contact. Is it possible ???
Thanks for your reply. The problem is that I need to use the "pre-configured page" process element, and unfortunately it does not create an activity for the target user, just as the "user dialog" and the "perform task" elements do. It only creates a task notification on the right panel. So, if the user misses the right panel task notification (or deletes it) the process will never resume.
You can force the page to pop up and then ask the user to fill it in. You can also use "and" gateway to create task and page and then wait for both of them to complete
That is exactly what I did (use the pre-configured page and the "and" gateway). The problem is that once the user deletes the notification on the right panel the pre-configured page cannot be reached via the task, am I right ? If so, The process will never resume even if the user updates the task to "completed"...
The users are not expected to do so, but as the task on the right panel shows the thrash basket, they can delete the pre-configured page task notification... besides, I would like to allow the users to monitor their tasks via the activities section, not via the right panel. The right panel can be full of other notifications, making it easy for the user to miss one of the pre-configured page tasks notifications. The solution using the "and" gateway helps, but it still requires that the user searches for the missed pre-configured page task notification on the right panel, as there is no link between the created user task and the pre-configured page task notification...