• Phil Hill
  • NEWBIE
  • 5 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 4
    Replies
Hello,
When I am launching a chart on a visualforce page getting the below error:
We can't display this page because your browser blocks cross-domain cookies. Try again with a different supported browser.
Hello, I have a validation rule in a visual flow that's not working. The validation rule is on a currency screen input called Total_Payment_Amount.

Here is the formula I'm using:

{!Total_Payment_Amount} = {!Get_Account_Info.Membership_Dues__c}

The error message should appear when {!Total_Payment_Amount}, which is the currency screen input that has the validation rule, does not equal {!Get_Account_Info.Membership_Dues__c}, which is a currency field on an account that is found in an earlier "Get Records" step.

However, I'm able to click "Next" and proceed to the next screen no matter what value I put in Total_Payment_Amount.

{!Get_Account_Info.Membership_Dues__c} is also displayed on the screen, so I can tell that a record has been found and the value of that field available for use on this screen.

If I change the validation rule to compare Total_Payment_Amount to a static value like 500, the validation rule works properly: I get an error if I try to put in an amount other than 500.

Any ideas? Thanks!

User-added image
I have a twe date/time fields: Date1__c and Date2__c.

I need to calculate working days between two date/time field excluding weekends with fraction value.

Eg., Date1__c = '2015 - 07 - 08 13:00'
        Date2__c = '2015 - 07 - 10 15:00'
        difference: 2.08