How can i copy the selected entry whole object from the dropdown?
@Vikas_Malik
You can use the “Save LOV As Object Type” option for this functionality.
When you toggle this section on, two additional fields expand: “Key Name for Code” and “Key Name for Value”.
These options ensure that the code and value parameters are stored in the selected object.
For example, if your entity contains an object like:
{
“ritik”: {
“code”: “”,
“value”: “”
}
}
However, if you set “id” as the Key Name for Code and “description” as the Key Name for Value,
then selecting an option from the dropdown will not store the values under “code” and “value”.
Instead, it will save the code as 1
in “id” and the value in “description”.
1 Like