• Ganesh Dhanavel
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Does the current Visual flow supports following features :

 

(i) Headless flows

(ii) State (like asynchronous callback support)/ Human workflow like capabilities.

(iii) parallel flows

 

If not  do we have an estimate on which relase will these features be available ?

 

Thanks!

Hi

 

 I am trying to do a self join in contact object to get employee and manager id.

This is the query I tried with no-luck :

 

SELECT p.id,p.Employee_ID__c,p.FirstName,p.LastName,(select c.Employee_ID__c FROM Contact c where c.ReportsToId=p.id) from contact p

 

Could some one let me know what I am doing wrong here.

 

Thanks

Hi

 

 I am trying to do a self join in contact object to get employee and manager id.

This is the query I tried with no-luck :

 

SELECT p.id,p.Employee_ID__c,p.FirstName,p.LastName,(select c.Employee_ID__c FROM Contact c where c.ReportsToId=p.id) from contact p

 

Could some one let me know what I am doing wrong here.

 

Thanks