Modal Page Not Refreshing the list page when finish running business process

Hello, i am now trying to add in a button called re-appraisal

you know that when you add in a record you use the open new record and it has a pre-configured setup using a modal page to input data and inserting it

now i am trying to do the same with re-appraisal but this time by autotaking a pre-existing data from an item inside the list that was filled out previously

now when i lead it to that page, it goes to this page

like so... now when i press the Re-Appraise button in the modal page, why does it still stay on screen and not auto-refresh the entire list?

this is the business process that is running, do i need to add it in here or do i need to change it from the front?

 

Like 0

Like

3 comments

I'm not 100% sure I follow, but if you're updating a record in a process and expecting to see if refresh that on the UI, make sure that the object has it's "Enable live data update" property checked. 

Ryan Farley,

i've tried this just now, but it still failed to close the popup and refresh the listpage

i've searched a few related cases and found that you need to access LiveEditingForCurrentUser , however i cannot seem to find it in creatio can you help me through this process?

Hello.

LiveEditingForCurrentUser is a feature that can be enabled via the Feature Toggling section.

To access this section, open the following URL, replacing my_site_name with your actual site name:
https://my_site_name.creatio.com/0/flags

On the page that opens, locate the LiveEditingForCurrentUser feature and enable it using the toggle.


For more detailed information, you can refer to the following Academy article:
https://academy.creatio.com/docs/8.x/dev/development-on-creatio-platform/platform-customization/interface-control-tools/existing-feature/overview

Best regards:
Antonii.

Show all comments