FernandoCG
3 years agoIdeator I
Refresh a form.
Hello, I just joined a company and they use ARAS. I'm learning everything about the program as I go along.
I have a problem, I have looked in the forum, but no option solves the problem.
I have a...
- 3 years ago
Welcome do the happy world of PLM! :)
There are a lot of refresh variants. Each situation works different.
- Do you want to refresh Form or Grid?
- Do you use a C# Action or JS Action? For C# return your item. For JS parent.onRefresh() works in many scenarios. But for Actions you maybe can use aras.uiReShowItem(itemId, itemId);