You need to sign in to do that
Don't have an account?

_CONFIRMATIONTOKEN URL Parameter
Anytime you try to delete a record in salesforce there is a _CONFIRMATIONTOKEN parameter, I was thinking this was the $Api.Session_Id global variable, but its completely different.
Is there any way of generating this? Thanks
did you get this responded?
ApexPages.currentPage().getParameters().get('_CONFIRMATIONTOKEN')
Hi,
I'm using the function ApexPages.currentPage().getParameters().get('_CONFIRMATIONTOKEN') in a Apex class controller, but the function returns null. To have _CONFIRMATIONTOKEN' it is necessary some kind of configuation of the account in terms of its administration?
Many thanks,
Altran