Hello community,
On click of a button a local action is launched which contains a table (repeating grid) where in one of the cell there’s a link (link is in embedded section). On click of this link another local action is launched. This local action also has repeating grid with radio buttons. User selects radio button and hit submit. Requirement is to have corresponding row on first local action to refresh. I configured action sets on first local action on link as below:
Click a) Local Action
b) Set Value (pyWorkPage.pyTempText = 1) c) Refresh-Other-Section (section containing first repeat grid) When (.pyTempText == 1)
I tried to insert a hidden text in main section, first local action section, 1st repeat grid followed by Set Value between a) and b). But still it doesn’t refresh after local action submit.
Please advise.