Announcement

Collapse
No announcement yet.

Is it possible to use custom hidden fields than id value ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Is it possible to use custom hidden fields than id value ?

    Hi,

    Please find my below query,

    I have an Lead entity selector field in my custom entity create screen

    After selecting a Lead name from the pop up i can able to see a hidden field with the value of selected records id

    <input type="hidden" data-name="leadId" value="5d00ff3b96c28c905">

    Is it possible to make one more hidden field while making selection like

    <input type="hidden" data-name="lead-id" value="DB001">

    I'm trying to find the flow of the above leadId and value some where in the code 'idName' and 'idValue' are binded as per the selection made not sure how the flow works. it's little tricky to find the flow,

    client\src\views\fields\link.js
    client\src\views\record\search.js
    client\src\views\admin\field-manager\fields\link\default.js
    client\src\search-manager.js

    I came across the 4 above files to find the flow , but didn't worked out.

    Help me out in this , Thanks in Advance Cheers

Working...
X