• David Berenato
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
We have a Visualforce page that has Script from a Heroku App that suddenly stopped working. I'm not familiar with Heroku and I believe our previous Salesforce Admin wrote the code. Is there a way from Salesforce to access a Heroku App? Is the previous admin the only person who would have access to this?

The script starts like this:
 
<script type="text/javascript">
    var host = "https://(ourcompanyname).herokuapp.com";

With (ourcompanyname) showing one of our domains. I don't have a Heroku login and I don't know if creating one will give me access to this speicfic app.
Hi Team,
I have one  requirement.
I need to write formula field...

I have a check_box__c field 
1) check_box__c checked or uncheked +  Type__c != 'ABC' we need to make the Discount__c field blank.

2)  check_box__c checked + Type__c = 'ABC' then we need to do like below
 
Model_Type__cDiscount
Model 11000
Model 22000
Model 33000
Model 44000

Please help me on this. Thanks in Advance...
Thanks 
Venkat.