Account Address site number in LOV based on account populated in DCL for Custom object
Summary:
we have custom object where Account DCL is field populates the account Id based on from which account the custom object record is created using smart action.
We have added address DCL field on creation layout which should populate the selected Account →address →site number.
As cx-picker is not working, tried creating new template and added below code but not working.
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
25D
Code Snippet (add any code snippets that support your topic, if applicable):
<template id="addressSiteNumberPicker"> <oj-vb-fragment name="oracle_cx_fragmentsUI:cx-picker" bridge="[[ vbBridge ]]" :id="[[ $fieldName + '-' + cxcore.utils.generateUID() ]]"> <oj-vb-fragment-param name="resource" value='[[ {"name": "address", "displayField": "AddressNumber" } ]]'></oj-vb-fragment-param> <oj-vb-fragment-param name="dynamicLayoutContext" value="[[ $dynamicLayoutContext ]]"></oj-vb-fragment-param> <oj-vb-fragment-param name="readonly" value="[[ false ]]"></oj-vb-fragment-param> </oj-vb-fragment></template>