Classic Dashboard Script Editor Error: "csm does not exist in the current context"

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

Is this dashboard deployed as an assembly?

IE, are you trying to customize from the dashboard screen, or after it’s deployed?

1 Like

I believe from the dashboard screen. In all honesty I’m new to Epicor in general :sweat_smile:.

I accessed it through the Dashboard menu item if that helps.

Ok, your best bet it to completely remove all customization from there.

You’ll want to deploy the naked Season 9 Nbc GIF by The Office dashboard as an assembly and assign it a menu item.

You will then customize the deployed assembly.

4 Likes

I have to wait until I have access to try it out, but that makes sense! Thank you!!