I’ve run through all the topics I can find on this subject and nothing seems to address this. I have a need to open a UD entry page in a new tab. It should be simple enough… but it isn’t. The button calls the event just fine, and the new tab opens to UD09. But it doesn’t go to the correct page, and it doesn’t load the right data. I get the initial selection grid no matter what I do. It’s not a problem with getting the Key1 field since I get the same result even when I hard code it.
You have an event that is sending values via your app-open… Do you have an event on your UD09Entry to accept the valueIn and parse them to the right fields?
Just a row-update event, I put mine after AfterInitialize, to set UD09.Key1 (or whatever you need to set) to the value of: “%session.context.initialValueIn.ValueIn%”
… or something of that ilk, depending on what you’re passing?