can I call up the edit panel from a link?

can I call up the edit panel from a link?

Sasori7Sasori7 Posts: 26Questions: 10Answers: 0

is there a way to use _GET or _POST to call up the edit panel?
for example, https://admin.bingointl.com/apex/testing.php?id=59

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin

    You mean when you go to that URL you want it to show the Editor pane for editing that row? Yes, You can use the URLSearchParams API to get the value from your parameter and then call edit() directly with the row id based on that.

    Allan

  • Sasori7Sasori7 Posts: 26Questions: 10Answers: 0

    OK, I'm gonna try.

Sign In or Register to comment.