I have been asked to create an Activities tab on the Service Orders screen. The customer doesn’t need everything that is on the Projects Activities tab, but I thought it would be a good place to start.
There are several Acumatica screens that have an Activities tab. I’ve looked at the graphs for them and they each point to their own respective tables. It doesn’t look like there is a default table(s) that is used to house Activities. The ASPX looks very similar in them, but the code to drive them is definitely different.
I can only imagine that the Activities tabs on the various Acumatica screens utilize common code for events. It seems like if I add the ASPX from one of the existing screens and tweak it to remove the things I don’t need, I would still have to create my own SQL tables and DACs for this.
I am at the “can this be done reasonably easily” phase. I need to know if this is a feasible thing to do so I can go back to the customer and give them a quote for the project. I don’t want to go to them with any kind of quote unless I know that this is achievable without writing an entirely new module.
I’m wondering if anyone else has done something similar and might be able to point me in the right direction.