Thanks Hannah
May I see how youâre passing the data in the app-open widget?
If youâre using ValueIn, change that to be: %session.context.initialValueIn.valueIn%

Whatâs your event trigger on the receiving app?
Form load
After?
Depending on the screen, Form_onLoad may not have the context values initialized yet. You might try an event more downstream.
Yes after. Its on the rma processing screen.
Change your condition expression to this:
context && context.initialValueIn && context.initialValueIn.contextValue
Nube here.
How do you bind the parameter to the correct field on the receiving form that has multiple fields? Also, Do I need to have the panel open to receive the value? Iâm not having much luck. What Iâm trying to do is have a button on the parts form that will pass the partnum to the bom listing report with the correct part loaded into the filter.
on the receiving.
Also If I put the code into the Launch Option box the form wonât load.
At the risk of sounding petulant, I must be a DA, I canât get this working to save my life. Good bye cruel world⌠lol.
I replaced the direct call with the menu id, the behavior is the same with regards to putting the valuein code in the launch options the form will not pop. only when the code is in valuein and launch options ââ does it pop the form. as you have surmised Iâm trying to pass the part num to the filter on the bom report screen and Iâm having ZERO luck. We are on Kinetic 2024.1.7
What are you trying to do here?
If thatâs your receiving form, you should have an EpBinding specified and that session string goes in the value.
You see that I have hand entered a partnum, I canât even get the filter to pick that up.










