• Joseph Kubon (he/him/his)
  • NEWBIE
  • 50 Points
  • Member since 2014
  • Salesforce Solution Architect
  • Capgemini


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

I've enabled the object in my DEV enviornment and taken a look at the metedata.  Does not appear to be a property on the fields for Tracking History.

<fields>
<fullName>SplitPercentage</fullName>
</fields>

Can historty tracking be enabled for splits? 

Scenario - User sets it to 50/50 on day 1 and 6 months later changes it to 75/25. 

I know we can put a valdiation rule that prevents editing it after being closed.

Thanks!,
Joseph
 
Hello,

Yes, I've read the basic stup instructions.

https://help.salesforce.com/HTViewHelpDoc?id=teamselling_opp_splits_enable.htm&language=en_US

My question is around whether this same task can be done through the metadata and deployment?

I gather once it is enabled new splits can be inserted via scripts, but the initial turning the feature on, is likely this manual admin task.  Best I can tell.  Looking for insight.

Thanks!,
Joseph
Hello, is there a way to refresh our current developer ORG back to a clean, new-like copy of a sandbox?  Thanks!, Joseph

https://developer.salesforce.com/trailhead/alm_deployment/alm_tools

OK... I received just 25 points - #Wrong #Rejected. LOL!  I'd like to protest.  :-)

So... question 2 asked - and I can't get back to the exact wording on a completed challenge... but, it asked which tools can be used/best for repeatable deployments and all 3 options A, B, and C are designed to repeat the deployment to multiple orgs - the chart on the page says as much in the Advantages column.  Still, I get that the wording is tucked inside the lesson that Force Migration tool is optimal.

Changesets - "Best for Deploying the same components to multiple orgs"
Migration Tool - "Best for Repetitive tasks using the same set of components"
Force.com IDE - "Best for Deployment to any org"

Trick question! :-)   Right, depends on the circumsances.  Can't go back and earn the other 75 points? 

This question needs to be re-worded.

Returning to #Trailhead.

Have fun!

I am trying to use my regular production account to login to Trailhead.

I receive the following message:
Error
There was a problem with your authentication attempt. Please try again. If you continue to encounter problems, contact your administrator.
Trailhead Error with Production Login

I am the Administrator.

I created a case with Premiere Support.
CASE 12258260 - https://help.salesforce.com/apex/HTViewCase?id=5003000000a6RNUAA2&filterid=1 (https://help.salesforce.com/apex/HTViewCase?id=5003000000a6RNUAA2&filterid=1)

I know that I ought to be able to login with my PROD account and then link it to my personal DEV space (this login name).

Please advise. 

Thanks!

 

Hello, is there a way to refresh our current developer ORG back to a clean, new-like copy of a sandbox?  Thanks!, Joseph
I am doing a trailhead advance admin exercise on getting the day of the week.
However, the system does not believe it is the correct formula.
Can someone please help?

Here's what I have:

CASE( MOD(TODAY() - DATE(1900, 1, 7), 7),
1, "Monday",
2, "Tuesday",
3,"Wednesday",
4, "Thursday",
5, "Friday",
6, "Saturday",
0, "Sunday",
"")

However, the system gave me the following error:
"Challenge Not yet complete... here's what's wrong: 
The 'Day_of_the_Week__c' is not reporting the correct day of the week (Monday, Tuesday, etc.)"

I am trying to use my regular production account to login to Trailhead.

I receive the following message:
Error
There was a problem with your authentication attempt. Please try again. If you continue to encounter problems, contact your administrator.
Trailhead Error with Production Login

I am the Administrator.

I created a case with Premiere Support.
CASE 12258260 - https://help.salesforce.com/apex/HTViewCase?id=5003000000a6RNUAA2&filterid=1 (https://help.salesforce.com/apex/HTViewCase?id=5003000000a6RNUAA2&filterid=1)

I know that I ought to be able to login with my PROD account and then link it to my personal DEV space (this login name).

Please advise. 

Thanks!

 

Is it possible to do bulk record update in my Child Record using Process Builder and Flows Combination ?

My Scenario is - Whenever the Account Owner Changes (in Bulk), the related Contact Owners should be changed. 

Can someone help me how to achieve this using Process Builder and Flows Combination ?