You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

contextual-info not displaying in oj-sp-dashboard-landing-page template

in Visual Builder 3 comments

Summary:

Hi All,

I have added few contextual-info in oj-sp-dashboard-landing-page template. I am passing the required values from previous screen. But I do not see in in dashboard page. Am I missing anything?

@Vignesh Viswanath-Oracle

Content (please ensure you mask any confidential information):

<oj-sp-dashboard-landing-page id="oj-sp-dashboard-page-1" primary-action="[[ $page.variables.primaryAction]]"
display-options.in-flow-back="true" page-title="Emp Details"
contextual-info='[[ [{"label":"Emp Name","value":$variables.empName},{"label":"Emp ID","value":$variables.empId}] ]]'
display-options.contextual-info-label="true"
page-subtitle=""
on-sp-in-flow-back="[[$listeners.ojSpDashboardPage1SpInFlowBack]]">

<oj-table scroll-policy="loadMoreOnScroll" data="[[ $variables.empADP ]]"
columns="[[ $variables.col ]]" >
</oj-table>

</oj-sp-dashboard-landing-page>

Version (include the version you are using, if applicable):


2410


Code Snippet (add any code snippets that support your topic, if applicable):

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!