• Razia Khan 7
  • NEWBIE
  • -1 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
I am using a lightning:datatable to display the results of a dynamic SOQL query.  The columns are generated at runtime from those specified in the query, and default to type: "text".   Boolean or currency fields do not display unless you specifically set the type appropriately.  This is a problem because it is difficult in many cases to do a describe and get type information beforehand, particularly when querying fields from related objects.

Any insights?

 
Hi,

Is there an easy way to clone opportunities and products in lightning?  

Thanks,
Does process builder workflow action Apex support API call out ?
I want to move my current implemetation to use process builder so that will get result at runtime (no queuing).
Use case :
I have apex trigger which communicate with external system (using Future method).
Does Process Builder commit record when it met the criteria ?
Actually I am planing to call the external system and get the result real time. If I used future method its taking its own good time.

Any help on this would be appricaited.
Thanks
-FP