Forum Discussion

FernandoCG's avatar
FernandoCG
Ideator I
3 years ago
Solved

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...
  • AngelaIp's avatar
    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);