Get Record Id to Hash Plugin

Confluence User - 13 Dec, 2023

Hello all Master, i want to get current Record Id on hash plugin without using nested param. is it possible and how?

plugins;forms

2


15 Dec, 2023
confluenceUser
confluenceUser

Hi, if it is expected in the URL as a URL parameter, then you can try to obtain it from the HttpServletRequest. Otherwise, where will this Record ID come from if not from a nested param? 

20 Dec, 2023
confluenceUser
confluenceUser

Im using hash on Ajax Subform and i already trying nested like this #dynamic.query{requestParam.primaryKey} | {requestParam.id}#. When page loaded the id is valid but when there change on selectbox which i linked it, the id change to ajax elements id.
I've been thinking to use webservice plugin as setter value to my Model but when i get the model value on hash its null.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print