• Eric V
  • NEWBIE
  • 20 Points
  • Member since 2015


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

I'm trying to build a a process builder and a flow to populate and update two lookup fields in Contact (a custom field and reportsto) based on another lookup field which is in a child record of Contact. It's the first time that i'm using a flow. 
Does anyone can help ? 

Thanks,
Eric
  • February 13, 2017
  • Like
  • 0
Hi,

I'm trying to complete the "Use Apex in Transaction Security Policies" Challenge.

I think i have to modify this apex class : 
1 global class NewUrlPolicyCondition implements TxnSecurity.PolicyCondition {
2
3  public boolean evaluate(TxnSecurity.Event e) {
4
5  return false; 
6 }
7  }

The problem is that I know nothing about code, class or whatever. 
Can someone tell me how to set a condition ? 

Thanks. 
Hi,

I'm trying to build a a process builder and a flow to populate and update two lookup fields in Contact (a custom field and reportsto) based on another lookup field which is in a child record of Contact. It's the first time that i'm using a flow. 
Does anyone can help ? 

Thanks,
Eric
  • February 13, 2017
  • Like
  • 0