I am trying to use the erp-message-handler for debugging events. Ultimately I would like to pass a dataview and a column index or name to a function to total a row in the function and return the total.
This is just a test to learn.
What I am trying to display in with the erp-message-handler is the name of a column vwTestKineticOrderDB.Columns[5].HeaderText as a string
How would I go about doing this? I have gotten the message to show up with text only but have not had any luck getting the column name to show up. I get this
When I set up the message to print things, I go Advanced, Param > and change the format there. You can put data from dataviews in the Dataview.Column format. Could you say more on what you need? You might need to surround it in β{Dataview.Column}β to get it to print.