+ 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.