• Mangesh Bhapkar213
  • NEWBIE
  • 5 Points
  • Member since 2017
  • Sr. Salesforce Developer


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
Hiii

How to create Contact form through lightning aura component
 Write a trigger to add “.invalid” suffix at the end of an email id for all the user as below :
Ex : Email Id : Raj@gmail.com.invalid

Also, I need to write a function that removes the ".invalid" added to the Email id.
Ex- Email id-Raj@gmail.com

Hello,

We can add a datasource onto the attribute in the design resource, like this:
<design:attribute name="Name" datasource="value1,value2,value3" />

How can I use a dynamic datasource instead of hardcoding the values.

Thanks,

Devendra