Announcements
Hi,
I have a CustomPage on Lead entity with a Edit form to allow the user updating the data back to the record. I want to pass a field from a Json to this custom page. The Json file looks like this:
Hi Guido Preite
Thank you for your answer!
no actually I want to pass a field from anther table to my custom page, which is in my code "Test_showdeactivationemail". Therefore I have stored here this field in Const.
Now I want to call not only recordid but also this field in my Cutom Page. I dont know if there is a way here.
if you just need to get the recordId from the const "data" variable, because is json you can just use
data.recordId
and not JSON.stringify(data)
but maybe I didn't understand your question, if you can write more details will be useful
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156