• ITENG.SUMAN
  • NEWBIE
  • 20 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 4
    Replies
Were trying to create a record from Lead to Contacts where it takes all the fields off the leads and creates a Contact record with them. Were are getting this error when trying to create the record. ANY help would be much appreciated.

An error occurred at element myRule_1_A1 (FlowRecordCreate).
The flow failed to access the value for myVariable_current.clientname__r.City__c because it hasn't been set or assigned.


This report lists the elements that the flow interview executed. The report is a beta feature.
We welcome your feedback on IdeaExchange.


Flow Details
Flow Name: Referral_to_contact
Type: Workflow
Version: 3
Status: Active


Flow Interview Details
Interview Label: Referral_to_contact-3_Lead
Current User: Suman Mothukula (005J0000005kqMv)
Start time: 2/9/2016 10:31 AM
Duration: 0 seconds


How the Interview Started
Suman Mothukula (005J0000005kqMv) started the flow interview.
Some of this flow's variables were set when the interview started.
myVariable_old = null
myVariable_current = 00QJ000000AlO5uMAF


ASSIGNMENT: myVariable_waitStartTimeAssignment
{!myVariable_waitStartTimeVariable} Equals {!Flow.CurrentDateTime}
Result
{!myVariable_waitStartTimeVariable} = "2/9/2016 10:31 AM"



Please and thank you in advance. we are really stuck
What is the difference between second and third evaluation criteria in workflow rules?
Hello guys 
can you please solve my problem, I'm not able get <apex:detail/> tag properly, It is not working and here my code is :
<apex:page standardController="Account" >
<apex:pageBlock title="Account Info">
    <apex:pageblockSection title="Details">
    
         <apex:detail /> 
       </apex:pageblockSection>
</apex:pageBlock>
 </apex:page>
Thx in advnce
Hello can you please solve my problem that is in my visulaforce page <apex:detail /> tag is not working
Here my code :
<apex:page standardController="Account" >
<apex:pageBlock title="Account Info">
    <apex:pageblockSection title="Details">
    
         <apex:detail /> 
       </apex:pageblockSection>
</apex:pageBlock>
 </apex:page>
Thanks in advnce
public class lop {

    public lop(ApexPages.StandardController controller) {

    }
public PageReference save() {
return null;
}

public PageReference saveAndNew() {
PageReference new2= new PageReference('/apex/new2');
new2.setRedirect(true);
return new2;
}
}

can anyone help me figure out what is wrong with my save and new button. The functionality is not working properly, it is not saving, just going to a new page
Hello guys 
can you please solve my problem, I'm not able get <apex:detail/> tag properly, It is not working and here my code is :
<apex:page standardController="Account" >
<apex:pageBlock title="Account Info">
    <apex:pageblockSection title="Details">
    
         <apex:detail /> 
       </apex:pageblockSection>
</apex:pageBlock>
 </apex:page>
Thx in advnce
public class lop {

    public lop(ApexPages.StandardController controller) {

    }
public PageReference save() {
return null;
}

public PageReference saveAndNew() {
PageReference new2= new PageReference('/apex/new2');
new2.setRedirect(true);
return new2;
}
}

can anyone help me figure out what is wrong with my save and new button. The functionality is not working properly, it is not saving, just going to a new page