We often do minor customizations via Customization Manager and VBA. Sometimes this involves setting a value using SetObjectValue.
In this case the client is on SL2015, and we have a button on the order header that retrieves data with a SQLFetchStatement. The data is then displayed for the end user via a MsgBox statement. That works well.
Our next step then is to take the same data and position it in the soline or grid. Again, typically we'd do this with a SetObjectValue but grids are a bit more challenging. The update needs to happen for one line only for one particular inventory Id. My question is how do I get the cursor to focus on the specific inventory Id and then update a field in this case the unit price. The line will already exist. I just need to focus on it and update the unit price field?
Please advise. Look forward to a response.
J