Is there a way to add a checkbox that is linked to a line of a BAQ or Dashboard? I have this dashboard i want to allow a user to check the box when they finish a task outside of Epicor. Doesn’t have to do anything, just be a checkbox. I used an extra field from the BAQ to add this column.
I tried using Application Studio but can’t seem to get the checkbox into the Grid.
The first thing you will need is a checkbox field in the DB to use for this, then you would need to make the BAQ Updatable with the ability to specifically update that field.
I don’t have much experience with then making the dashboard updatable in Kinetic but in Classic it was fairly simple to tell it that it was updatable and then tell it which fields would accept updates.
I am reasonably certain you can use App Studio to create an updateable dashboard from an updateable BAQ, I’m just saying I have no experience doing it, my experience with that specific thing is limited to classic. You could probably even create in in classic and then have it create the Kinetic version, that’s how I do all my dashboards at the moment.