NoSeriesMgt

I’m writing a report to create new Purchase Header entries. The Purchase Header tables Insert already is set up w/ NoSeriesMgt logic. Therefore, I thought that by saying Purchase Header.INSERT, the series logic would be applied and the next no. in sequence would be provided. But this does not appear to be happening. What is missing? Thanks in advance.

To run the code in the OnInsert trigger, you need to write: "Purchase Header".INSERT(TRUE);