• Marcela Sanchez
  • NEWBIE
  • 40 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 10
    Questions
  • 8
    Replies
I'm trying to create a button on the object Opportunity Product, The button is a List Button and I want it to update the checkbox of the selected items.

{!REQUIRESCRIPT("/soap/ajax/37.0/connection.js")} 
var opp = new sforce.SObject('OpportunityLineItem'); 
opp.id = "{!OpportunityLineItem.Id}"; 
opp.Use_Calculated_Price__c = 1; 
result = sforce.connection.update([opp]); 
location.reload(true);

It doesn't show any mistake, but only refreshes the opportunity page.
I tryed with diferent values like '1', true, True, TRUE.

Thanks.
In the object Opportunities there's a field named Expected Order Month.
If the date in that field has expired, I want to make a login flow that doesn't let the user do other thing if he doesn't set a new date.
 
HI,
I have a problem to declare the formula of the hyperlink, look this is my formula:

HYPERLINK("http://munterscaire.force.com/one/one.app#/sObject/"& Id,"Enter")

if I read the ID but what I want you to read me a url like this

https://munterscaire.force.com/one/one.app#/sObject/ID/view

my problem is where and how to declare the "/view" to display after me ID
because I could not and where to place the /view in my formula

Greetings and I hope help

 
As I can put the button standard in the related list  cases??
Excuse anyone knows how to connect Salesforce Community Cloud With the Salesforce1?
Hello everyone!!!

I have a question, do not know because I can not have a custom object to the community, what happens is that I do not appear in "Enable for community" in the object I want to enable for customers.
I am currently taking the course Admin Trail Begginer: Getting Started With the Platform, when I proceed to sign up for a DE account I get the following message: "Sorry, we can't enroll you in a Salesforce Developer Edition account because the email address you entered is already in use. To sign up with a different email address, go to https://developer.salesforce.com/form/signup/freetrial.jsp ."

Does this mean I already have a Development Edition Account? If so where would I access it? 
Or should/can I sign up with any email adress fir a DE?