EndActivity

I’ve been scrolling thru here trying to find answers to my questions but have not found what I’m looking for. We have e9 code that is not working in our upgrade to 2023.2, they don’t want to go to kinetic yet so no Application Studio.

Where can I find the database or view End? I’ve looked in ice, erp and data dictionary and can’t find it. I can view it in the customization epi.binding, but where does it live?
EpiDataView edv = (EpiDataView)oTrans.EpiDataViews[“End”];

Adding UD fields to EndActivity
I want to add a UD field to EndActivity to allow the user to click on a checkbox and complete the job. I can’t find the End table to create a UD field.

Help
HelpMeLordHelpMeGIF

The “EndActivity” process is for the update of fields in the LaborDtl table.

2 Likes

What Ernie said. If you throw the UD field on LaborDtl it should show up in your epibinding in your End Activity customization. When you go to hook up the customization, it’s still in menu maintenance but it’s under Processes.

4 Likes

… and I had long dark hair once too.

2 Likes

Thank you!