Do I always create an app bundle first when develop lightning component ? : salesforce lightning component
Answer / Arunesh Ranjan
When developing Lightning Components, it is not necessary to always create an app bundle first. You can initially test your components within a scratch org or a developer org directly without creating an app bundle. However, if you want to deploy the components to a production org, you will eventually need to package them into an app.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you tell the number of active assignment rules for a lead/case?
What is the default batch size if we enable bulk api?
Define soql ?
What is a difference between System log and debug log?
What are sharing rules?
What is manual sharing (user managed sharing)? : salesforce sharing and security
Give me code free solution to validate duplicate check on combination of first & last name?
Define a validation rule?
Explain Assignment process & validations.
What are value providers in salesforce lightning ?
When share button will be available on record detail page? : salesforce sharing and security
How many ways call controller from visualforce page ?