I swear I’ve seen this mentioned on epiusers, but I can’t find it through search. I’d like my custom forms to be registered on the Open With context menu. How is the field value passed into the Kinetic form? Is some constant that I can check upon initialization, then load the appropriate information?
Incoming values are available in session.context.initialValueIn.ValueIn. As usual, I created my custom context menu item on the field I wanted (Customer.CustID in this case) and then in my InitTransView event that fires on form load, I’m simply setting TransView.OrderCustomerNum column to the ValueIn. Afterwards, I also have a condition to check if TransView.OrderCustomerNum has a value and am firing my data loading events if necessary.