Hello,
on one page, I should open another page passing a parameter which is not a value but is a variable, how can I do?
So I'm not trying to pass as the value of zoho.loginuserid.
<tr class="zc-viewrow zc-row-1">
<td><a class="zc-edit-a" href="#Form:NewAction?Account="+zoho.loginuserid> - New Action</a></td>
</tr>
Is it possible to do a refresh only a part of the page?
Thank you in advance