• Dafina Boja
  • NEWBIE
  • 15 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 7
    Replies
I have Orders and Contacts, and is it possible when an order is approved to lock the contact until the event is over.
Hi all , 

I have made this code when i tick the box in Do Not Contact field automatically shows the flag below the field , but my problem is when i untick the do not call and refresh the page it not removed from the page.

can you please help me with the code:
IF(DO_NOT_CONTACT__c = TRUE,IMAGE("/img/samples/flag_red.gif", "Red Flag")&" "&"Do Not Contact",
IF(DoNotCall = TRUE,IMAGE("/img/samples/flag_red.gif", "Red Flag")&" "&"Do Not Call",
If(Active_Event_Attendee_Records__c >=1 , IMAGE("/img/samples/flag_red.gif", "Red Flag")&" "&"Do Not Contact",
IF(CRM_Target_Contact__c = TRUE,IMAGE("/img/samples/flag_red.gif", "Red Flag")&" "&"Do Not Contact",
""))))
Hi all , 

I have made this code when i tick this automatically shows the flag below the field , but my problem is when i untick the do not call and refresh the page it not removed from the page.

can you please help me with the code:
IF(DO_NOT_CONTACT__c = TRUE,IMAGE("/img/samples/flag_red.gif", "Red Flag")&" "&"Do Not Contact",
IF(DoNotCall = TRUE,IMAGE("/img/samples/flag_red.gif", "Red Flag")&" "&"Do Not Call",
If(Active_Event_Attendee_Records__c >=1 , IMAGE("/img/samples/flag_red.gif", "Red Flag")&" "&"Do Not Contact",
IF(CRM_Target_Contact__c = TRUE,IMAGE("/img/samples/flag_red.gif", "Red Flag")&" "&"Do Not Contact",
""))))
 
Hello there , 

I have a little problem here in my org , I have a field in order a dropdown list with Booked/Not Yet booked , what I wannt to do is: 
When i click this field Booked it is a picklist I want to change the other field to Today ()

So when i click Booked field i want to change the date to today other field :) 

Cheers
Hello , 
Can you help me with Security Specialist Superbadge Challenge 1 step by step?
Thanks
I have Orders and Contacts, and is it possible when an order is approved to lock the contact until the event is over.
Hello there , 

I have a little problem here in my org , I have a field in order a dropdown list with Booked/Not Yet booked , what I wannt to do is: 
When i click this field Booked it is a picklist I want to change the other field to Today ()

So when i click Booked field i want to change the date to today other field :) 

Cheers
I don't know why, but Trailhead does not see that I've setup a user Samantha Cordero with the profile Field Sales User. I've create the Field Sales User profile, created the user Samantha Cordero, activate the user, generate a password, and logged in as the user. I even logged in as her in Salesforce 1, but I still get this message:
error message
Here is what her user detail page:
User-added image
Field Sales User profile:
User-added image