How To: Adding Columns to Existing Kinetic Grid

Hi All,
I’m currently setting up a form using this method, but I have an issue. When I add a column to the native dataview, it breaks that dataview.

I’ve tried it with just the column name, and with other properties set. Same result.



^ Current Labor should be populated with a table framework. This ‘epStrEqCi’ error is the only standout that I see, but don’t know what it means.

Thanks in advance.

Known bug. But you don’t have to add it to the data view, you can just add it directly to the grid.

Any example of that with the column setup? The grid is setup for one dataview, the new column would come from an unrelated source.

The new field has to be provided in the same service or baq that is populating the dataview that the grid is bound to. You can’t add a column to your grid and expect it to populate from some other dataview, unless you want to go through the headache of trying to get the iteration events to work.

Can this be used on Landing Pages, particularly the PO Entry Landing Page, or does the Method Directive need to be used for it?

Application Studio - Add New Column to Purchase Order Entry Landing Page - Kinetic ERP - Epicor User Help Forum

I am trying to add the PO Total, PO Due Date, and PO Promise Date for context. I followed @hmwillett 's post 3 to the best of my ability, but I’m thinking I didn’t get the correct event for the main form loading (I’m trying to use the browser debugging, but not having a lot of luck with it). Does anyone have any recommendations as to either which event I should be setting this after or if I should switch gears and start trying the Method Directive version?