Workstation?

Hello. Thanks for your answer.

Yes, Yes and Yes. Look below:

Hello. Thanks for your answer.

Yes, Yes and Yes.

image002.jpg

I believe that workstations are related to warehouses, and warehouses are related to sites/plants. Does the site the user is logged into in MES have the warehouse in it that is associated with the workstation you are expecting?

Hello.

Yes sir, they are associated. Look below:

But in MES:

This is the code I’m using to display it:

private void MESMenu_Load(object sender, EventArgs args)

{

// Add Event Handler Code

epiWorkStationID.Text = ((Ice.Core.Session)this.oTrans.Session).WorkstationID;

}

As I said before, if I show other fields (CompanyID, CompanyName, UserName, etc) the value is displayed correctly.

image002.jpg

Ah - at the time of load, that probably is empty. You need to change what triggers the logic to ensure it looks when there is data there.

1 Like

For the sake of testing make a button that fills it in… then once you are in MES push the button see if it works… just to narrow down the timing.

1 Like