Use ProcessID (or something) in Classic Customization - Different Menus

Hey,

I’d like to add the same dashboard and customization on two menu lines and then make a decision in the customization based on which menu item the dashboard was run from.

I thought I had used callContextClientData.ProcessID to do this before, but now it always returns the first of the two menu IDs, no matter which one I select.

Is there something I’m not seeing?

Thanks,

Joe

Trying to go off of memory here as I’m not at my computer, but app studio has since session variables that might be what you need.

Syntax is (or close to)

%session.context.<MightByAProcessVariable>%

Cool. Thanks, Hannah! I’ll need that one day soon.

In this application, however, I’m looking at a classic form.

Oh, okay! Maybe check this out?

Good deal. Thanks, Hannah.