• Yannick Berthoud 7
  • NEWBIE
  • 10 Points
  • Member since 2017
  • Developer


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 4
    Replies
Hello,

When i try the trailhead named 'customize your login process with my domain'. I encoutered a error.

After changed the url name in setup > domain > My domain, the brower give me the following error: 'too many redirect'

Anybody knows how to fix ?

Thanks per advance,

Yannick

url: https://trailhead.salesforce.com/en/modules/identity_login/units/identity_login_my_domain#

 
Hello,

How can I create task to the opportunity OwnerId if the Opportunity.StageName != "closed" and Opportunity.CloseDate is to D-5 ?

This functions must be checked every day except week-end

Thanks per advance,

Yannick
Dear,

I created a flow and I need to create a task from him. The problem is the following:
A task need a OwnerId and a WhatId.

How can I use the currentUser logged and/or select an account for the ownerId, and, if possible a OpportunityId for the WhatId field ? Else for the same current user logged.

I want to have the "object" like a textfield to let's user free to enter the informations.


Thanks in advance.

Yannick
Hi,

I need to create a task on the process builder the next first open day (who are not a week-end).
Sample:
My task created the monday for the thuesday, the thuesday for wednesday, but friday for monday.

Starting like "TODAY() +1 IF NOT ( ?????)"

thanks per advance :)
Hello,

How can I create task to the opportunity OwnerId if the Opportunity.StageName != "closed" and Opportunity.CloseDate is to D-5 ?

This functions must be checked every day except week-end

Thanks per advance,

Yannick
Hi,

I need to create a task on the process builder the next first open day (who are not a week-end).
Sample:
My task created the monday for the thuesday, the thuesday for wednesday, but friday for monday.

Starting like "TODAY() +1 IF NOT ( ?????)"

thanks per advance :)
Working on TrailHead Challenge... (https://developer.salesforce.com/trailhead/force_com_introduction/data_security/data_security_sharing_rules)

Tasks completed:
The custom object must be named 'Project' with a resulting API name of 'Project__c'.   Done
The Name field for 'Project' must be of type Text (not Auto-Number).  Done
The custom object 'Project' must have a custom field of type picklist named 'Priority' with a resulting API name of 'Priority__c'. Done
The role label should be 'Training Coordinator' with the resulting 'Role Name' of 'Training_Coordinator'. Note that you may already have this role in your role hierarchy from a previously attempted challenge.   Done
Set the organization wide settings to public read only.    Done

Here is where I think is the problem:
The sharing rule can be named anything.  
 
Create sharing rule under "Sharing Settings" under Project Sharing Rules..  Create a criteria based project sharing rule with Priority custom field equal to High.  Shared with role "Training Coordinator" as read-only access.


What am I missing?