How To: Kinetic - Updateable UBAQ in a Grid

Not sure there’s a way around that, short of programming BPMs to un-engineer your jobs, save the changes, and then re-engineer/re-release (depending original status of the job). Unless you are ok with allow changes to engineered jobs, then you can change that setting in Company Configuration (Modules > Production > Job card).

image

Other option could be to store these comments in a UD table that stores the Job Num and this comment that you’re trying to save. Of course, that’s not going to be the same as the job header comment field, but you could then also add this field to the JobEntry application.

I got it working finally. The rowmod was the key, but also I was able to send a jobhead.engineered = false which allowed me to save but because that’s not an eligible field for updating in the BAQ leaves the status alone on the jobhead record.

For future me (and anyone else that may find this useful)

First row-update

Second row-update


1 Like