How to get a Business Rule to trigger on the portal

Amy13
Tera Contributor

I wrote this business rule that triggers on display when an HR task opens (state = Ready). The info message is shown in the back end; however, when I go into the same task in the HR portal, it doesn't trigger. Do I need to put this in the portal script?

find_real_file.png

8 REPLIES 8

Community Alums
Not applicable

HI Amy,

You can Configure a Business rule something like this, just replace the table and the application scope.

 

Capture.PNG

 

Capture1.PNG

Mark my answer correct & Helpful, if Applicable.

Thanks,
Sandeep

I did try the business rule on display, but the info message still isn't showing up on the portal. I'm not sure how else to approach this. find_real_file.png

find_real_file.png

 

Jaspal Singh
Mega Patron
Mega Patron

It should show up. Are you have something redirection to different page when record is submitted from portal? If so, it might be so fast that the message appears & disappears instantly.

Hmm the portal page a To-do widget that houses tasks that the user can click on. I'm hoping when they click a particular task, that an info message can pop up.