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

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() : '';

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