Question

Automatically refresh page after Modify data element

Hi,

I have a BP that runs when a specific detail is being added to a section, and modify a field of the section. (for example: On the order page, added a product, the total of the order is being calculated).

The problem is that you can't see the changes until you refresh the record.

How can I automatically refresh the record?

I saw the method this.reloadEntity(); but this is to add to a script code, I'm using the Modify data element and not sure what exactly to write before the function in order to get the object to the 'this' of the this.reloadEntity();.

I'm not familiar with modifying data using code.

Hoping for your help.

Thanks

Like 0

Like

2 comments
Best reply

Hello Chani,

 

If I understood your request correctly, the next examples should be helpful for resolving your business task:

Kind regards,

Roman

Hello Chani,

 

If I understood your request correctly, the next examples should be helpful for resolving your business task:

Kind regards,

Roman

Roman Rak,

Thank you!!!

Show all comments