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
venk1255venk1255 

What is this line ids doing

HI All,

 

Can any one please tell me what this line is doing 

 

sCRDId = (controller.getId() != null) ? controller.getId() : '';

sfdcfoxsfdcfox
It sets sCRDId to either the controller's ID value (the value of a record), or blank if no such ID was provided.