Hello! Essentially I’m trying to do exactly what this user is doing: https://www.epiusers.help/t/passing-value-from-tracker-field-on-dashboard/87554
However, I’m getting an error that ‘csm’ does not exist in the current context. I’ve tried oTrans (which also gives me the same error). I’ve also tried a few other different ways, but they’ve resulted in errors too.
I feel like I should be able to access csm, but I’m not sure how. I believe I’m using the default direcitves:
using System;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Windows.Forms;
using Ice.BO;
using Ice.UI;
using Ice.Lib;
using Ice.Adapters;
using Ice.Lib.Customization;
using Ice.Lib.ExtendedProps;
using Ice.Lib.Framework;
using Ice.Lib.Searches;
using Ice.UI.FormFunctions;
Does anyone happen to know how to access csm, or found a different workaround?
Thank you!!
Camryn