• Ricardo Diaz
  • NEWBIE
  • 5 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 7
    Replies
Hi I want to know that is there any possibility that we can edit the parent record data from child record and vice verse?
Please help
On the using basic in checking Formula challege. I have done the challege and tested the results but I cant get it to validate that its correct. I have re written the formula Multiple times now and everytime when I test it the validation fires as expected. But I can get it to validate through trailhead. I get the following error.

"Challenge Not yet complete... here's what's wrong: 
The validation rule does not reference the 'IsClosed' and 'CloseDate' fields correctly. Take a look at the requirements again."

Here is the challenge:

Your number-crushing sales team has so many deals in the pipeline, you’re starting to see occasional problems with data quality. Namely, sales reps are forgetting to update the close date to a date in the future. Make a formula that requires an opportunity to have a CloseDate of today or any future date. Hint: this formula should reference the hidden IsClosed checkbox field on the Opportunity object, and you will be creating the formula as an Opportunity validation rule.The validation rule should be on the Opportunity object
The validation rule should be named 'Close_Date_Alert'
The validation rule should fire if IsClosed is not selected and CloseDate is yesterday or earlier
The validation rule should display the error 'Hey McFly, unless you are planning to go back in time, please update your close date' at the top of the page when triggered


Here is the formula I currently have in there:


CloseDate < TODAY() && NOT(IsClosed)

I have probably written this like 10 diffrent ways and cant get it to properly validate.


 
Hi all,

I've created the custom lightning component to display account details. There are two tabs which display Feed and Details. I can display feed items using forceChatter:feed component with no problem; however I cannot find any out-of-the-box New Post component at all. Wondering anyone knows how to create "New Post" using lightning. Thanks!!!
Hie
I want to embed or to display a report on my VF page. Report doesn't contain any chart.
I used the tag<analytics reportchart reportID/> but it shows the error that The report chart is unavailable because the report's format is not summary or matrix. 
I also tried to use <apex iframe tag> to embed report on my page but it is also not displaying anything.

Could you tell me how I can display a report(summary or tabular or matrix) on a VF page?

Thanks in advance.

 

Hi

 

I am new to the Visualforce

 

I want to populate a picklist called Security_Question__C which is a field on the MyContact__c custom object.

 

 

I tried different way , but it is not working could any body suggest me a solutution with code.