- Joseph Kubon (he/him/his)
- NEWBIE
- 50 Points
- Member since 2014
- Salesforce Solution Architect
- Capgemini
-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
5Questions
-
4Replies
Opportunity Splits - Field History Tracking
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
-
- Joseph Kubon (he/him/his)
- January 26, 2016
- Like
- 0
- Continue reading or reply
Opportunity Splits - Enabled Through API?
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
-
- Joseph Kubon (he/him/his)
- January 26, 2016
- Like
- 0
- Continue reading or reply
Refresh, Start New in Existing Developer ORG
-
- Joseph Kubon (he/him/his)
- January 15, 2016
- Like
- 0
- Continue reading or reply
ALM Badge - Module 4 Undertstanding Deployment Tools - Challenge Quest. #2
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!
-
- Joseph Kubon (he/him/his)
- October 28, 2015
- Like
- 0
- Continue reading or reply
Ability to Login to Trailhead with Production User ID
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.
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!
-
- Joseph Kubon (he/him/his)
- July 23, 2015
- Like
- 0
- Continue reading or reply
Refresh, Start New in Existing Developer ORG
- Joseph Kubon (he/him/his)
- January 15, 2016
- Like
- 0
- Continue reading or reply
Trailhead - Getting 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.)"
- Eric Huynh
- January 07, 2016
- Like
- 0
- Continue reading or reply
Ability to Login to Trailhead with Production User ID
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.
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!
- Joseph Kubon (he/him/his)
- July 23, 2015
- Like
- 0
- Continue reading or reply
Bulk Child Record Update using Process Builder and Flows
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 ?
- Madhanprabhu Thangadurai 1
- April 12, 2015
- Like
- 1
- Continue reading or reply