Hi all,
I have tried to use %session.context.initialValueIn.ValueIn.options.valueIn[0].partNum%
in opening dashboard after Form Load. with zPartWhereUsed_0_1.PartMtl_MtlPartNum
as the binding…
My open-app settings from the launching dashboard.
{
"options": {
"valueIn": [
{
"partNum": "{TransView.PartNum}"
}
]
}
}
All I am getting is…
If I launch the dashboard normally from the menu. Opens no issues at all.
Weird.