We are currently on 2023.2, but using all Classic applications. I am wondering if it is possible to call a custom Kinetic application and pass a parameter. Specifically, I have a button in Customer Shipment Entry (Classic) that I would like to call a Kinetic form and pass it the PackNum.
I attempted to do this by setting a CallContextBpmData field but seems like this data does not persist when calling a Kinetic form. Is there another way I can call the Kinetic form using the URL and pass the PackNum in the URL?
Thanks, I will have a look at that link and see if there is something I can use. I did briefly try passing in a lfo, but not sure how to key into that from the Kinetic app. We will eventually be starting our Kinetic roll out, so I was hoping to use this as a test, but it may just be easier to just keep it all in Classic for now.
Thanks, I was able to finally get this to work along with some information here:
I added the KeyFields dataview and added a packnum field. I then added a row-update event with an On Load trigger. I could then add a rest call using my packnum field as a parameter to pull in my full dataset.
This was probably my first real experience using Application Studio, so thanks for the guidance.
Well done! That’s the value of this forum. Kudos for digging through and putting pieces from multiple posts together to get what you need. Love that.