Hi,
Did you try to browser refresh?
I have tried to refresh the page using the navigate property in aurena like below :
navigate "page/InventoryPartAvailabilityPlanning/Form
But this doesn’t work to to refresh the same page.
please suggest me how to refresh using browser in aurena.
Thanks in advance.
Please try to refresh from browser as given in the screenshot.
Thanks for your reply.
But I want to auto refresh the page URL using aurena code(Not manually).
Please check whether you have specified the ludependencies in the action of the finish command.
action ActionOfTheAssistant {
ludependencies = CustomerOrder,PurchaseOrder;
parameter TestParameter Text;
....
}
This will auto refresh the CustomerOrder, PurchaseOrder forms if there has been any modifications done from the database.
Thank you so much for your answer.
I have also used the same mentioned source code. But this code is only responsible to update/refresh the data of screen from database,
But my requirement is to refresh the page/screen URL.(i.e. Like when we click on the navigator menu to open the screen, page loads).
Please suggest.
This question is a bit unclear. RnD specified that they recommend ludependencies with command action to refresh.
Could you please mention what is meant by refresh the page/screen URL? What are the changes you will perform before refreshing the page if it is not database modifications?
My purpose is to refresh the whole page by using the page URL.
Basically I am updating some values in database before refresh and based on the that changes I want to set the dynamic labels for list.
Basically I am using “initcontext” property to set the dynamic labels which only work when complete page loads through URL.
Hi,
I consulted RnD regarding your issue. They don’t use any code at the moment to refresh the whole page by using the page URL. You may use ludependencies with command action to refresh.