What object do I have to bind to bind the default section view for a custom section to my package?

Like 0

Like

1 comments

Dear Jonas,

 

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:

https://community.creatio.com/articles/how-bind-column-setup-without-glbdatabinding-package

 

Regards,

Dean

Show all comments

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?

 

 

Like 0

Like

2 comments

Hello Ramnath,

 

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

 

Best regards,

Oscar

Oscar Dylan,

I was trying to build it on trial environment. I could not apply the steps you mentioned because it expired by the time.

But thanks for helping.

Ram

Show all comments

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 ???

Like 0

Like

7 comments

Dear Ricardo,

You can use user actions for this purpose. Use the "preconfigured page" element and use its parameters in next elements: https://academy.creatio.com/documents/technic-bpms/7-15/process-parameters#XREF_21532_Using_process

Angela Reyes,

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. 

Ricardo Bigio,

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

Angela Reyes,

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"...

Ricardo Bigio,

How are users deleting the notification? 

Angela Reyes,

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...

Ricardo Bigio,

Then you can use only activity and connect it to record that must be changed. You can create a task with a title like "Fill in the field" 

There is no other way, pre-configured pages and tasks are different objects. 

Show all comments