No. You cannot modify the Lead Conversion page layout instead you can create a new custom page and call it from a new custom button.
To your second question, You need to have support to enable the "Apex Lead Convert" feature. Once this was enabled, navigate to Lead Settings and check "Require validation for converted leads". This finally gave me the screen that provided options as to/to not create contacts & accounts.
https://help.salesforce.com/articleView?amp;language=en_US&id=000334707&type=1&mode=1
#Sales And Marketing7 人がディスカッション中
- 最近の活動
- 作成日
- おすすめ
- すべての質問
- 承認された回答がある質問
- 未回答の質問
- 承認された回答がない質問

We’ve set up Einstein on our developers org. Per the requirements in the readiness report, we’ve created 1000 leads and converted 120 of them to contacts, accounts and opportunities. When we start the process of lead scoring, it says it takes 24 hours to process , but after 24 hours it fails with a message “Modeling Failed - We are unable to set up Einstein Lead Scoring for your org at this time”. We tried again and again and it always fails.
Opportunity scoring is stuck with a message “After Einstein Opportunity Scoring is enabled, it can take around 48 hours before the initial processing is complete and users start seeing scores.” – It’s always the same message and the status never changes.
We checked and re-checked our settings based on the following help pages and it seems like we should have satisfied all requirements:
https://help.salesforce.com/articleView?id=einstein_sales_considerations.htm&type=5 (https://help.salesforce.com/articleView?id=einstein_sales_considerations.htm&type=5" style="color:#.0563c1; text-decoration:underline)
https://help.salesforce.com/articleView?id=einstein_sales_setup_enable_lead_insights.htm&type=5 (https://help.salesforce.com/articleView?id=einstein_sales_setup_enable_lead_insights.htm&type=5" style="color:#.0563c1; text-decoration:underline)
https://help.salesforce.com/articleView?id=einstein_sales_setup_enable_els_errors.htm&type=5 (https://help.salesforce.com/articleView?id=einstein_sales_setup_enable_els_errors.htm&type=5" style="color:#.0563c1; text-decoration:underline)
Does anyone have any idea what “Modeling Failed” means? Is there anything else that Einstein is looking for in order to generate scoring for leads and opportunities?
Thanks for your help!
7月9日 13:25 Einstein Lead/opportunity Scoring requires a full sandbox with sufficient historical data from a production org. Developer Edition orgs and scratch orgs do not have the data history required to build a scoring model. So in summary you will be able to test it only in the Full copy sandbox and that to it will only give the accurate scoring based on the historical data that you have. In short you can test the functionality how will it work but you should not compare it to your production

We are looking at two options right now:
1. A combination of a process builder and flow that would look at the lead email domain to account domains and assign based on the information
2. An app called Traction Complete.
Does anyone have experience with either option or do you use anything else to gain more insight on potential existing relationships with the lead's company/account?

2018年12月5日 20:49 Hi all - thank you for your suggestions. After reviewing our options, we decided to go with Traction Complete.

Trying to lean salesforce here :)
Thanks
6月29日 6:32 Yes, SSP was retired after Spring '12 and Customer Portal replaced it. It does support self-registration — enable it under Setup → Customer Portal → Edit → Self-Registration Activated. You can map self-registered users to a default Role and Profile.
And yes, licenses are required (Customer Portal Enterprise or Manager, depending on access needs). Salesforce later evolved this further into Experience Cloud, which offers even more flexible self-registration and branding options.
If license costs are a concern, third-party portal solutions on AppExchange can be a cost-effective alternative with self-registration built in.
6月2日 23:11 Has this been addressed? I would also like to be able to reorder how the widgets appear in the email subscription for my dashboard. I want to make the email presentation more logical and show the charts that are in the dashboard in the same order in the email.
I am currently using a service that pulls data from PostgreSQL into Google Sheets and an add-on that uploads from Sheets to Salesforce. My goal is to automate this and cutting out steps would be helpful. That being said, bonus points for a service that offers scheduled moves. :D
5月31日 0:44 We've used Skyvia (https://skyvia.com/data-integration/integrate-salesforce-postgresql) for a similar setup because it supports both PostgreSQL and Salesforce, can run scheduled synchronizations, and handles bi-directional syncs without needing Sheets as a middle layer. Once it was set up, the scheduled jobs were pretty much hands-off.
If you have more complex transformation requirements, tools like Talend or Informatica are also worth a look, but for straightforward scheduled syncs between PostgreSQL and Salesforce, they may be more than you need.
I am trying to pull an activities report based on events. I can all of the standard fields as well as my custom fields. But I can't seem to pull in "attendees" into a report. Any help would be appreciated.
Tom Bassett (Vera Solutions) Forum Ambassador
2021年6月4日 12:29 Hi Eugena,
If you want additional reporting options I believe you will need to create roles.
In my Developer Org I have more options as I have some roles setup
Thanks, Tom
2020年5月29日 4:07 Hey,
Formula fields that include related object merge fields are also not allowed in roll-up summary fields. When you refer to a roll-up summary field in a list view or report, you can't use certain qualifiers, including: Starts with. Contains.
The types of fields you can calculate in a roll-up summary field depend on the type of calculation. For example,
: Number, currency, and percent fields are available when you select SUM as the roll-up type.
: Number, currency, percent, date, and date/time fields are available when you select MIN or MAX as the roll-up type.
https://help.salesforce.com/articleView?id=fields_about_roll_up_summary_fields.htm&type=5
https://trailhead.salesforce.com/en/content/learn/modules/point_click_business_logic/roll_up_summary_fields
Thanks!

If it is true that both Person and Business Accounts share the same set of fields (ignoring for now how Contact fields are combined with Person Accounts), some of the "advantages" of using Person Accounts seem to be unclear. Essentially one has to strip out many irrelevant fields for layouts a user will see when dealing with either Account type.
5月1日 19:37 So if you have person accounts, how do you know when to use an account field last_activity__c vs a personcontact_last_activity__pc field on a record page?
For example, on a person account record, how do you know which of these fields to use?
I need to implement Opportunity Splits to our existing instance that splits has never been used. I was able to successfully do it in my Sandbox but I have tried twice now in production and get this error message: "The script enabling opportunity splits was unsuccessful. To properly revert your organization, please contact customer support via the salesforce.com Help and Training portal." I have submitted a ticket and I haven't heard anything back from SFDC. I'm scouring the internet and can't find anything about this. Has anyone ran into this before?
4月17日 23:05 Same issue here. There is a clause in the opportunity split config screen about "Check for Mass Operations". This suggests that automation pertaining to Opportunity may need to be disabled before proceeding with this action. I am going to try that and report back.
Update: I applied the permission set to my own user, but it is possible that Salesforce is using the system user to do this. I will try applying this permission set to the system user and try again.