Dashboard Pull Value from Grid into CallContextBPM

I found an old solution from saint gomez: C# syntax help within E10 customization layer

		EpiDataView edvCallContextBpmData = ((EpiDataView)(this.oTrans.EpiDataViews["CallContextBpmData"]));
		System.Data.DataRow edvCallContextBpmDataRow = edvCallContextBpmData.CurrentDataRow;
		var edvV = oTrans.Factory("V_UD_OpenJobInventory_1View");
		//MessageBox.Show(edvV.dataView[edvV.Row]["UD09_Key1"].ToString());
		edvCallContextBpmDataRow["Character08"] = edvV.dataView[edvV.Row]["UD09_Key1"].ToString();