Hello community!

 

I am using the "user dialog" element in some of my processes, and the settings are done as following: "Who performs the task" = Role & "Role" = I am using a formula to get from a "read data" element used previously the owner's branch (opportunity section). My wish is for this user dialog to appear ONLY for the users that are part of the same branch as the owner of the opportunity; but it seems that the element appears for any user, independent of the branch. I am attaching my element's settings below. Another issue is that even after the process is completed, the activity from the upper tab does not disappear, even if it was completed. Why is that? How can I make it work properly?

Thank you!

Like 0

Like

1 comments

Hello,

 

Thank you for your question.

Currently, judging by the provided screenshot, you are referring to an activity that gets created and not the dialog page itself.

 

The created activity follows its section access rights, hence why if you have not set up the Object permissions for Activities, all users of your system will be able to see it.

 

What you could do is set up the said permissions, and then grant the rights for the certain role meanwhile restricting everyone else by using the [Change access rights] process element.

That way  you will be able to restrict other users to see the activity you created with this business process.

 

Hope it helps!

Show all comments

Hello,

How can I change the button names on the send email page? (Save and Close)

Also, how can I change the word 'Question' on top of the user dialog page?

Thanks,

Chani

Like 0

Like

4 comments
Best reply

Hello Chani,

 

As for the Save and Close buttons on the send email page - you need to create a replacing view model for the EmailPageV2 schema and modify the value for two localizable strings: SaveButtonCaption and CloseButtonCaption.

 

As for the "Question" word: you need to create the replacing view model for the UserQuestionProcessPageV2 and modify the value for the HeaderCaption localizable string.

 

Best regards,

Oscar

Hello Chani,

 

As for the Save and Close buttons on the send email page - you need to create a replacing view model for the EmailPageV2 schema and modify the value for two localizable strings: SaveButtonCaption and CloseButtonCaption.

 

As for the "Question" word: you need to create the replacing view model for the UserQuestionProcessPageV2 and modify the value for the HeaderCaption localizable string.

 

Best regards,

Oscar

Oscar Dylan,

Thank you. Trying... 

Oscar Dylan,

if I change the  HeaderCaption of the UserQuestionProcessPageV2 it would change all of my user dialogs, correct?

What if I want a different header for each user dialog?

 

 Chani Karel,

 

There is a getHeader method on the base UserQuestionProcessPageV2 that gets the dialog header from the localizable strings:

so in case you need different dialogs to display different header caption you need to modify this method in the replaced schema.

 

Best regards,

Oscar

Show all comments

Hi,

I want to use a user dialog element and I think I have got a basic issue.

This what I get as the dialog- little box saying the dialog name but no options to select.

Can you show how it suppose to look and what wrong with my dialog?

Thanks

Like 0

Like

6 comments
Best reply

Hello Chani, 

 

Thank you for sharing the screenshot.

It seems that setting for this element are correct. And it's expected behavior that the pop-up window has no options directly in it, there is a need to proceed and open the window to further chose the needed option. As well, pop-up window indicates that you have this business process running in the background. 

I would suggest you to double-check additionally the "Start signal" element of your process and clear the checkbox "Run following elements in the background", this way, once the process is running you will be directly forwarded to the "User dialog" page to chose the needed options. 

 

Hope it clarifies! 

Best regards, 

Anastasiia

Hello Chani, 

 

Please double-check whether you have configured the mention element correctly and whether the Answer options are set. Please refer to the article below for more detailed information about User Dialog element functionality and set up example:

https://academy.creatio.com/docs/user/bpm_tools/process_elements_refere…

 

Should you have any additional questions, please let us know!

Best regards, 

Anastasiia

 

Anastasiia Zhuravel,

I read the article.

Can you take a look on my element settings:

Anastasiia Zhuravel,

Do you see anything wrong with my element settings?

Hello Chani, 

 

Thank you for sharing the screenshot.

It seems that setting for this element are correct. And it's expected behavior that the pop-up window has no options directly in it, there is a need to proceed and open the window to further chose the needed option. As well, pop-up window indicates that you have this business process running in the background. 

I would suggest you to double-check additionally the "Start signal" element of your process and clear the checkbox "Run following elements in the background", this way, once the process is running you will be directly forwarded to the "User dialog" page to chose the needed options. 

 

Hope it clarifies! 

Best regards, 

Anastasiia

Anastasiia Zhuravel,

Thank you!

I cleared the checkbox "Run following elements in the background" of the start signal and now I get the pop-up. :) 

 

Show all comments

Is it possible to specify a lookup as the possible answers for an user dialog ? How ?

Like 0

Like

2 comments

Dear Ricardo,

There is no such option for user dialog but you may use auto-generated or pre-configured page instead for such task - they can be configured as you described. 

Best regards,

Angela

Angela Reyes,

Thanks !

Show all comments