Add Line From PO Line Details?

A user asked if we can add a button the PO Entry > Line Details form. He wants to add a new line from line details, instead of having to go back to the PO header to add a new line. I looked at the actions and tools, but I don’t see any way to add a new line button. I think I would have to program it. Has anyone tackled this yet?

2 Likes

When did that disappear lol

2 Likes

I figured out how to use a new button to trigger the event-next pointing at GetNewPODetail. It does add the new blank line, but it doesn’t refresh the form to show the new line. I think I need to set the line number to 0, then refresh the form…

1 Like

Wait nevermind, I chose a PO that was Approved (oops). I do have the Smart Plus icon when creating a new PO in PO Line/Detail

When clicking it, it creates the Line:

1 Like

Confirmed the PO is not approved, and the new icon is missing:

However It is present in the pilot database. I guess I’ll wait and see if this comes back before trying to recreate it.

1 Like

This isn’t another one of those cases where the epBinding of the page got dropped somehow, is it?

5 Likes

Sure smells that way. Nate also doesn’t have the attachments icon (which also disappears when the binding gets lost).

@NateS look in app studio at your applied custom layer(s) and make sure your Line Detail page has the below binding:

Kinetic Page Bindings often be like:

o brother where art thou GIF

2 Likes

Separately, are they against keyboard entry?

Ctl-Shift-A will add a new line from the Line Detail page.

3 Likes

That was it! Thank you @dcamlin and @jwphillips!!!

3 Likes

This bug and it’s fix seems like something that should be pinned to top of the forum, given how often it’s come up recently in different threads.

1 Like

Well, its been hitting some of us for a good while now… but with more people moving into Kinetic, the number of susceptible hosts to this particular “bug” is growing.

…and @jwphillips was the first to point out this was probably the issue… I just added the screen shot.

3 Likes