Button to redirect to edit page using value in record |
6/24/2023 5:56:33 PM |
PHPRunner General questions | |
A
asawyer13 authorDevClub member
I have a view invoice page. I have a button on that page that should open the Customer Edit page in a popup. |
|
![]() |
Sergey Kornilov admin 6/26/2023 |
If this is a VIew page you can use getCurrentRecord() API function to read the content of the current record and craft a link that points to that record's Edit page: |
A
|
asawyer13 authorDevClub member 6/30/2023 |
Okay, I was able to get the key of the record I want to edit and can open the edit page.... |
A
|
asawyer13 authorDevClub member 7/1/2023 |
I changed to this: |
A
|
asawyer13 authorDevClub member 7/1/2023 |
Got it. |