Hi, I have implemented this on Order to Customer Shipment Entry before on this Open Form and Pass Data with Button Click - Kinetic ERP - Epicor User Help Forum following the process here How To: Kinetic - Launch a Form using App Studio - Experts’ Corner - Epicor User Help Forum.
I am trying to replicate from Erp.UI.VendorEntry to Ice.UI.UD30Entry. but doesn’t seem to work.
This is what I have tried.
- Directly passing in the values returned from a function.
Using action results to return the row i have just created in the function to return Key1 to open the UD30 details tab. The details tab opens but not populated. The record is created and I can see it on the landing page.
app-open parameters
Launch options
{
"type": "Erp.Lib.Framework.LaunchFormOptions",
"options": {
"valueIn": "{actionResult.requestNum}"
}
}
This did not work
- Getting the value from a dataview
Similar approach but getting the value in from a dataview instead of actionResults. The row is still created in the function as before.
app-open
Launch Options
{
"options": {
"valueIn": "{BankChangeRequest_v2View.UD30_Key1}"
}
}
both just open to blank
I have also tried passing in all the 5 Keys and still did not work.
I can get on the landingPage and down to the details alright without specifying the Page in the app-open parameters.
Any Ideas on this please?













