function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mike @ BlackTabMike @ BlackTab 

_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

SoleesSolees

did you get this responded?

SoleesSolees

ApexPages.currentPage().getParameters().get('_CONFIRMATIONTOKEN')

AltranAltran

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