-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
3Likes Given
-
4Questions
-
7Replies
Chatter image not showing correctly in the rich text field of a custom object
I have uploaded an image using chatter and then got the url with the chatter link. Then I am trying to use that link in the Rich Text field of a custom object to show its an image.
But that image is not showing correctly.Please Help.
But that image is not showing correctly.Please Help.
-
- arvind bhandari 8
- May 19, 2016
- Like
- 0
- Continue reading or reply
Trailhead - Create a flow to streamline entry of new accounts, contacts, and opportunities.
Please help me in this trailhead challenge, create a flow that implements the business process of Account, Contact, and Opportunity data entry and place it on a Visualforce page.
*The Flow will need to be called 'New Customer Flow'.
*The Flow should have a screen with fields for First Name, Last Name, Company Name, Opportunity Amount, and Opportunity Stage.
*The Flow needs to have steps to create an account, a contact, and an opportunity from the data entered.
*Opportunity name, close date and stage are required fields. Name the Opportunity '{Company Name} - {Last Name}', set the close date to one month from today and set the stage to 'Prospecting'.
*The Flow should be invoked from a Visualforce page.
*The Visualforce page should be called FlowPage.
*The Visualforce page will need a component to reference the 'New Customer Flow' process.
even after error the contacts and accounts are created but not opportunity.... error is given below:
UPSERT --- UPSERT FAILED --- ERRORS : (REQUIRED_FIELD_MISSING) Required fields are missing: [StageName] --- for SFDC record with ID : null,
i have given stagename value = stagename screen choice
Please help me out



even if I am selecting stage name prospecting or screen choice Stage than also it always land me to error
*The Flow will need to be called 'New Customer Flow'.
*The Flow should have a screen with fields for First Name, Last Name, Company Name, Opportunity Amount, and Opportunity Stage.
*The Flow needs to have steps to create an account, a contact, and an opportunity from the data entered.
*Opportunity name, close date and stage are required fields. Name the Opportunity '{Company Name} - {Last Name}', set the close date to one month from today and set the stage to 'Prospecting'.
*The Flow should be invoked from a Visualforce page.
*The Visualforce page should be called FlowPage.
*The Visualforce page will need a component to reference the 'New Customer Flow' process.
even after error the contacts and accounts are created but not opportunity.... error is given below:
UPSERT --- UPSERT FAILED --- ERRORS : (REQUIRED_FIELD_MISSING) Required fields are missing: [StageName] --- for SFDC record with ID : null,
i have given stagename value = stagename screen choice
Please help me out
even if I am selecting stage name prospecting or screen choice Stage than also it always land me to error
-
- arvind bhandari 8
- June 12, 2015
- Like
- 0
- Continue reading or reply
Create a flow to streamline entry of new accounts, contacts, and opportunities. UPSERT --- UPSERT FAILED --- ERRORS : (REQUIRED_FIELD_MISSING) Required fields are missing: [StageName] --- for SFDC record with ID : null,
Trailhead chhalendge:
Create a flow to streamline entry of new accounts, contacts, and opportunities.
error:
UPSERT --- UPSERT FAILED --- ERRORS : (REQUIRED_FIELD_MISSING) Required fields are missing: [StageName] --- for SFDC record with ID : null,
Create a flow to streamline entry of new accounts, contacts, and opportunities.
error:
UPSERT --- UPSERT FAILED --- ERRORS : (REQUIRED_FIELD_MISSING) Required fields are missing: [StageName] --- for SFDC record with ID : null,
-
- arvind bhandari 8
- May 26, 2015
- Like
- 0
- Continue reading or reply
Error message within Trailhead Project: Quickstart Lightning App Builder
In the Second module, Add More Componants, getting this error in Dev Org when trying to comlete actions of adding Recent Items to right side tablet panel.
Uncaught error in actionCallback : a.getReturnValue(...) is null
Anybody else getting that error or know how to fix it?
Uncaught error in actionCallback : a.getReturnValue(...) is null
Anybody else getting that error or know how to fix it?
- Cori O'Brien
- August 26, 2015
- Like
- 0
- Continue reading or reply
Trailhead - Create a flow to streamline entry of new accounts, contacts, and opportunities.
Please help me in this trailhead challenge, create a flow that implements the business process of Account, Contact, and Opportunity data entry and place it on a Visualforce page.
*The Flow will need to be called 'New Customer Flow'.
*The Flow should have a screen with fields for First Name, Last Name, Company Name, Opportunity Amount, and Opportunity Stage.
*The Flow needs to have steps to create an account, a contact, and an opportunity from the data entered.
*Opportunity name, close date and stage are required fields. Name the Opportunity '{Company Name} - {Last Name}', set the close date to one month from today and set the stage to 'Prospecting'.
*The Flow should be invoked from a Visualforce page.
*The Visualforce page should be called FlowPage.
*The Visualforce page will need a component to reference the 'New Customer Flow' process.
even after error the contacts and accounts are created but not opportunity.... error is given below:
UPSERT --- UPSERT FAILED --- ERRORS : (REQUIRED_FIELD_MISSING) Required fields are missing: [StageName] --- for SFDC record with ID : null,
i have given stagename value = stagename screen choice
Please help me out



even if I am selecting stage name prospecting or screen choice Stage than also it always land me to error
*The Flow will need to be called 'New Customer Flow'.
*The Flow should have a screen with fields for First Name, Last Name, Company Name, Opportunity Amount, and Opportunity Stage.
*The Flow needs to have steps to create an account, a contact, and an opportunity from the data entered.
*Opportunity name, close date and stage are required fields. Name the Opportunity '{Company Name} - {Last Name}', set the close date to one month from today and set the stage to 'Prospecting'.
*The Flow should be invoked from a Visualforce page.
*The Visualforce page should be called FlowPage.
*The Visualforce page will need a component to reference the 'New Customer Flow' process.
even after error the contacts and accounts are created but not opportunity.... error is given below:
UPSERT --- UPSERT FAILED --- ERRORS : (REQUIRED_FIELD_MISSING) Required fields are missing: [StageName] --- for SFDC record with ID : null,
i have given stagename value = stagename screen choice
Please help me out
even if I am selecting stage name prospecting or screen choice Stage than also it always land me to error
- arvind bhandari 8
- June 12, 2015
- Like
- 0
- Continue reading or reply
Error: Field ShippingPostalCode does not exist. Check spelling.
How is this possible when I'm selecting SF's own insert field values and it is populating them?
- Brock Norton
- June 11, 2015
- Like
- 0
- Continue reading or reply
Trailhead Validation Rule Challenge Error
Hello,
I created the validation rule and checked that it worked in my org.
When I check it through trailhead, I get this error:
Challenge not yet complete... here's what's wrong:
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. First exception on row 0; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, Zip Code does not match Account Shipping Zip Code: []
A different thread suggested deactivating the rule but when I do so I get this:
Challenge not yet complete... here's what's wrong:
The validation rule failed to enforce the business logic
For reference, this is the validation rule.
(NOT (ISBLANK(Account.Name))) && (MailingPostalCode <> Account.ShippingPostalCode)
Looks good and works well.
Any thought?
I created the validation rule and checked that it worked in my org.
When I check it through trailhead, I get this error:
Challenge not yet complete... here's what's wrong:
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. First exception on row 0; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, Zip Code does not match Account Shipping Zip Code: []
A different thread suggested deactivating the rule but when I do so I get this:
Challenge not yet complete... here's what's wrong:
The validation rule failed to enforce the business logic
For reference, this is the validation rule.
(NOT (ISBLANK(Account.Name))) && (MailingPostalCode <> Account.ShippingPostalCode)
Looks good and works well.
Any thought?
- Rachel_Natik
- April 30, 2015
- Like
- 1
- Continue reading or reply
Stuck on Module 2 Trailhead - Create a flow to streamline entry of new accounts, contacts, and opportunities.
Please help! I am stuck on creating flows. Can't seem to work. I keep on re-doing my work and not sure if I am doing it right. The challlenge as follows:
To pass this challenge you will need to create a flow that implements the business process of Account, Contact, and Opportunity data entry and place it on a Visualforce page.The Flow will need to be called 'New Customer Flow'.
The Flow should have a screen with fields for First Name, Last Name, Company Name, Opportunity Amount, and Opportunity Stage.
The Flow needs to have steps to create an account, a contact, and an opportunity from the data entered.
Opportunity name, close date and stage are required fields. Name the Opportunity '{Company Name} - {Last Name}', set the close date to one month from today and set the stage to 'Prospecting'.
The Flow should be invoked from a Visualforce page.
The Visualforce page should be called FlowPage.
The Visualforce page will need a component to reference the 'New Customer Flow' process.
If possible, if you can provide a snapshot.
Thank you.
To pass this challenge you will need to create a flow that implements the business process of Account, Contact, and Opportunity data entry and place it on a Visualforce page.The Flow will need to be called 'New Customer Flow'.
The Flow should have a screen with fields for First Name, Last Name, Company Name, Opportunity Amount, and Opportunity Stage.
The Flow needs to have steps to create an account, a contact, and an opportunity from the data entered.
Opportunity name, close date and stage are required fields. Name the Opportunity '{Company Name} - {Last Name}', set the close date to one month from today and set the stage to 'Prospecting'.
The Flow should be invoked from a Visualforce page.
The Visualforce page should be called FlowPage.
The Visualforce page will need a component to reference the 'New Customer Flow' process.
If possible, if you can provide a snapshot.
Thank you.
- Connie Sintos
- April 03, 2015
- Like
- 0
- Continue reading or reply
Wanted: Full-time Salesforce Admin - opportunity to bring best practices to a startup in a rapidly growing industry - St. Louis
Lumeris is looking for people with a passion. A passion for health care. A passion for customer success. A passion for enriching people’s lives through technology. If this sounds like you, Lumeris may have just the opportunity for you.
Please see the job posting link below.
https://jobs-eghc.icims.com/jobs/2220/sales-operations-and-salesforce.com-manager/job
Please see the job posting link below.
https://jobs-eghc.icims.com/jobs/2220/sales-operations-and-salesforce.com-manager/job
- Steven Pedro
- April 22, 2015
- Like
- 2
- Continue reading or reply
Why Developer Console is taking very long time to save simple apex class?
It takes long time to save this simple apex page. So long that i lost patience and closed the browser.
I have tried a few times but saw the status changing to "Saved" .
When i forcibly close the console window all changes are lost.
Tried it on latest Firefox and Chrome browsers with same result.
- riz wan
- March 13, 2015
- Like
- 3
- Continue reading or reply
BEST PRACTICE
When someone takes the time/effort to repspond to your question, you should take the time/effort to either mark the question as "Solved", or post a Follow-Up with addtional information.
That way people with a similar question can find the Solution without having to re-post the same question again and again. And the people who reply to your post know that the issue has been resolved and they can stop working on it.
- Steve :-/
- February 10, 2010
- Like
- 131
- Continue reading or reply