How to fetch Fusion dff attribute value in an EL (Expression language) expression
Summary:
How to fetch Fusion dff attribute value in an EL (Expression language) expression
Content (please ensure you mask any confidential information):
We have a requirement to embed an external link on Fusion AR Invoice page. One of the parameter used in the link is coming from the DFF attribute. Tried below expressions to fetch the value for dff attribute but it's not working:
#{bindings.attributeapiname.inputValue}
#{pageFlowScope.attributeapiname}
How to fetch the dff attribute in EL expression.
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0