Do we need a namespace to develop lightning components ? : salesforce lightning component
Answer / Rohit Pandey
No, you do not strictly need a namespace to develop Lightning Components. However, if you have multiple custom components or apps with similar names, it is recommended to use namespaces to avoid naming conflicts.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get the picklist value in apex class?
What is the sharing rule?
What are lightning events ? Where do you use them ?
How to get the external id from other system and update it in salesforce externalid field, if you get null value from another system how you will through an error?
What are the implications of implementing database.stateful?
Design Patterns used in Apex?
Can we make a lightning component that shows up in both the mobile and the desktop user interfaces ? : salesforce lightning component
What are limitations of salesforce reports? : salesforce reports and dashboards
Why do we need Batch Apex?
What are tile report types?
What is the use of “transfer record” in profile?
How you will make a class available to others for extension? (Inheritance concept)