• SFDCRR
  • NEWBIE
  • 5 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 26
    Questions
  • 27
    Replies

Hi,

 

we have 3 currency and we would like to maintain which item is sold in which country.

 

So Can we add field in price book like start date or end date to say that on this date this item stopped selling based on price book m currency.

 

 

Some item is only sold in US .

 

Any idea

 

 

  • January 13, 2011
  • Like
  • 0

We are seeking a  Salesforce.com Architect and 3 Developers.  Please see the details below and let me know if you are interested or know of someone who might be?
 
  Rate - DOE . 
 
·        Our Client in Hollywood California is looking for a Salesforce.com Architect and 2 Salesforce.com Developers for a 2 month plus  project. 
 
·        Our Client in Huntington Beach is looking for a Sales Force.com Developer for a 3 month project  
                   With Apex and Visual force experience

 

Send your resume to yaarramesh@gmail.com

  • August 26, 2010
  • Like
  • 0

We update price book  every month, we have 5 price book . and we have more then 800 product which means 800 * 5 time price book entry

 

Is there any easy way ,

 

1. currency conversion;- ( some kind of trigger to update price ) ny idea

2.  data loader ; -(custome field in price book - like external id based on which we can update the price book )

 

Any comments - or idea .

 

I am not looking for excel connector or VLookup process.

  • August 02, 2010
  • Like
  • 0

I have  defiend as Lookup field , when i click on lookup then insead of SFDC seach page Can i use my custome seacrh page . instead of the default page my search page will display .

 

Let me know if ny one has done similar development or ny ideas .

 

thanks



Error Message
Your Changes Cannot Be Saved.

The record you were editing was modified by Brian Mc during
your edit session.
Please re-display the record before editing again.


Details :

Let me take one eg;;;
I have a Opp. & and contract attached to it. We had the ability to select expired contract and now we applied the filter, and if we are trying to edit a opp that had expired contract , then we get that error message and then we have to save to record with blank contact and then select the active contact (as after applying lookup filiter , we can only select the active so ) then only we can save the record all users r having the same issue. !!



Thanks



Message Edited by SFDCRR on 03-05-2010 04:19 PM
Message Edited by SFDCRR on 03-05-2010 04:20 PM
  • March 05, 2010
  • Like
  • 0
can I make a dynamic database driven using sites and it is free of cost ( or pricing is based on view / day )?
  • January 19, 2010
  • Like
  • 0
SFDC apps & bigmachines tool.. now we are trying to performLoad Simulation testing & performacnce testing  is there any such tool or we can use any tool to do that....
  • December 09, 2009
  • Like
  • 0
SFDC apps & bigmachines tool.. now we are trying to performLoad Simulation testing & performacnce testing  is there any such tool or we can use any tool to do that....
  • December 09, 2009
  • Like
  • 0

i hv a child record updating parent reocrd trigger .

 

trigger is :

 

trigger childtrigger on child ( before insert )
 {
child__c  c = Trigger.new[0];
parentobject p=[Select Id,Assigned__c from parent__c where Id=:c.Request__c ];
p.Assigned__c = c.Assigned__c;
    
update p;   
}

 

 

i m struggling to write test coverage for it . 

 

approach to test covage. 

 

create a child for existing parent in the sandbox ; and assign the value and update the update in parent; is that approach .

 

my test failour says it is System.NullPointerException: Attempt to de-reference a null objectClass.crr.Assignedupdate_Test: line 30, column 5 External entry point

 

 

 

  • October 26, 2009
  • Like
  • 0

Title: Salesforce.com Project Managers & Technical Architects & Business Analysts & Developer with Data Migration Specialist / Customer Relationship Management (CRM) Salesforce.com Project Managers Salesforce.com Technical Architects Salesforce.com Business Analysts Salesforce.com Developer with Data Migration Specialist Salesforce.com Developer with Customer Relationship Management (CRM)

 

Big machines quoting tool and Oracle order to casj ++

 

plz email me your resume at yaarramesh@gmail.com.

  • October 20, 2009
  • Like
  • 0

for sake of good record keeping, we would like to have case # cloned 65 times. What would be the best way to do this.

 

Thanks 

  • October 06, 2009
  • Like
  • 0

I  have a request for an event at 8 AM PST , I get this as an approval , when I accpet is there a ways I can get the details of my Event and set up calander .

 

Thanks 

 

  • September 30, 2009
  • Like
  • 0
does salesforce has the ability to schedule users in their time zone without have to correct for time zone changes (User in PST can schedule appt for 8am for user in EST without subtracting 3 hours so it appears on the calendar correctly)
  • September 29, 2009
  • Like
  • 0

Approver is manually selected and then when this approver approves X can we automactically set up a task for him based on wht he approved... Does salesforce have this functionally ?

 

What could be a soultion to this ?

 

Thanks 

  • September 24, 2009
  • Like
  • 0

When the address is updated for an account information, the adress in contact information which belongs to the account dose not seem to be updated automatically. Dose a user need to manually update the address in contact information ?

  • September 23, 2009
  • Like
  • 0

Hi , I have from and In that form I have field called owner and I also have assigned to , How can I always populate Assigned to  as Owner's name in the form.

 

Thanks 

  • September 22, 2009
  • Like
  • 0
In Sandbox and in Production we see , 

Deployment Status:

In Development
Deployed
 
 
Wht is the diff. in Sandbox and in Production ? And If we are in Sandbox and it is says it is in Deployed which means every changes i make is updated in production ?  Please comment
  • September 22, 2009
  • Like
  • 0

Hi,

 

 

Inline Editing - What if rule is tired to a field you inline edit ?

 

Thanks 

 

Ramesh

  • September 04, 2009
  • Like
  • 0
What is the difference between Deploy, refresh and save ?
  • August 13, 2009
  • Like
  • 0

Difference between refresh and deploy ?

 

Thanks

  • August 13, 2009
  • Like
  • 0

Hi guys,

 

Is there any way to convert accounts back to leads using apex classes.

  • August 02, 2010
  • Like
  • 0

Is there a way to query on an account ID, and identify it's Territory Name. I know there is not an easy way for this but iam having trouble establishing relationship.

 

Thanks in advance 

  • August 02, 2010
  • Like
  • 0

This is sort of an unusual thing so bear with me as I try to explain it. I have an apex trigger that sends an email to a person when an opportunity is set to a certain stage. What I want to do however, is be able to send that email at a certain time, say at the end of the day, 4 pm. So if that trigger is activated at some point during that day for that opportunity, is there a way to send that email at a specific time?



Error Message
Your Changes Cannot Be Saved.

The record you were editing was modified by Brian Mc during
your edit session.
Please re-display the record before editing again.


Details :

Let me take one eg;;;
I have a Opp. & and contract attached to it. We had the ability to select expired contract and now we applied the filter, and if we are trying to edit a opp that had expired contract , then we get that error message and then we have to save to record with blank contact and then select the active contact (as after applying lookup filiter , we can only select the active so ) then only we can save the record all users r having the same issue. !!



Thanks



Message Edited by SFDCRR on 03-05-2010 04:19 PM
Message Edited by SFDCRR on 03-05-2010 04:20 PM
  • March 05, 2010
  • Like
  • 0

Hi everyone,

 

i have 2 objects for example Object A ,Object B.Now my requirement is in such a way , that object A & B are not related to each other....No masterdetail relationship is  there between A& B.But i want to write a trigger in such a way,that when the trigger (afer insert,after,update,before insert,before update)  on Object A fires then i want to update the fields in object B (For example updating a checkbox field in object B).....  

 

SO as iam new to triggers in salesfo.rce, please help me with an example code.....for doing cross field updation

 

Thanks&Regards,

Anu..

After several years, our salespeople are now consistently using SF.com to log all their tasks and activities with their contacts. They click the Send an Email button to send an email to their contact and create a completed task. Now here's the problem. Instead of logically defaulting to a Type of Email, it creates the task with a default Type value of blank. I asked SF.com how to customize that and was told this was intentional and could not be customized (which frankly defies belief). I was told the best solution would be to create a custom button that did create the task with a value of Email.

 

So that being said, what's the best way to clone this functionality and create a custom button? I'm not seeing an obvious way to do this either.

  • October 29, 2009
  • Like
  • 0
Hello!
I am new at writing APEX code and I need some help.   I want to write the following Excel logic in APEX CODE:

My organization has three products….let's call them "Product 1" , "Product 2", and "Product 3"

For Each Product I have a field called "Product 1 Rate", "Product 2 Rate" and "Product 3 Rate"

I want to declare a variable called "PriceDaily" and have it equal one of the product rates.

So I want to say:  If Product name is  "Product 1" than "Price Daily" is "Product 1 Rate",
                                    If Product name is  "Product 2" than "Price Daily" is "Product 2 Rate",
                                    If Product name is  "Product 3" than "Price Daily" is "Product 3 Rate"

How is this written in an APEX Class? 

Thank you for you help!!!!!!!!!

I was trying to use the BLANKVALUE formula to populate the Opportunity Name in a custom text field if the field is currently blank.  I don't know if I need to create an IF formula at same time since if field is not blank, then ignore.

 

Every time I create formula I get syntax error.

 

Here's how far I got

 

BLANKVALUE (Custom_Text_Field_c, Name)

 

 

Hi,
I just setup a new queue with appropriate assigned members. I submitted a record for approval to this queue but the assigned member is not able to see this record. I must have done something wrong. please advice.

thanks
Paul
  • October 29, 2009
  • Like
  • 0
Hi all, Following is the scenario: I have an Account (PA1) with 3 Contacts (C1, C2, and C3) and each contact has a user associated; i.e., C1, C2 and C3 are associated to users U1, U2 and U3 respectively. I have another account CA1 with 'Parent Account' as PA1 (this is the one mentioned above). Now, I want PA1 users U1, U2 and U3 to have access to the second account CA1. I would like to know how this can be achieved (by config or APEX coding); if this can be done by APEX, please help me with the logic.  PS: Does adding contacts C1, C2 and C3 to second account CA1 solve the issue? Thanks in advance,

New SFDC Developer.

  • October 29, 2009
  • Like
  • 0

i hv a child record updating parent reocrd trigger .

 

trigger is :

 

trigger childtrigger on child ( before insert )
 {
child__c  c = Trigger.new[0];
parentobject p=[Select Id,Assigned__c from parent__c where Id=:c.Request__c ];
p.Assigned__c = c.Assigned__c;
    
update p;   
}

 

 

i m struggling to write test coverage for it . 

 

approach to test covage. 

 

create a child for existing parent in the sandbox ; and assign the value and update the update in parent; is that approach .

 

my test failour says it is System.NullPointerException: Attempt to de-reference a null objectClass.crr.Assignedupdate_Test: line 30, column 5 External entry point

 

 

 

  • October 26, 2009
  • Like
  • 0

Hello All,

 

How do I enable  multi-currency support for my developer account?

 

any idea?

 

 

Thanks

Message Edited by Dowithforce on 10-20-2009 08:29 AM

Hi,

 

I'm looking for a solution to find a quick way to search specific text string from a set of documents as attachments on any 3rd party document center or app.

 

As I'm relatively new to Sales force, heard that storing large set of text data on a Long data type and query will take a long time to retrieve data. Reason why we are deciding on using some app where this data will be placed as documents.

 

Any information on this topic will be of great help.

 

Thanks!

I  have a request for an event at 8 AM PST , I get this as an approval , when I accpet is there a ways I can get the details of my Event and set up calander .

 

Thanks 

 

  • September 30, 2009
  • Like
  • 0

 

Hi All,

 

 

We have come across a requirement of integrating an ERP(Oracle Apps) application with CRM(SFDC) using Microsoft's BizTalk server. We only know that TwoConnect(Microsoft's Partner) provides an Adapter 'Jumpstart Solutions' for integrating BizTalk server with SFDC.We are unaware of the configuration steps involved in integrating the BizTalk server with SFDC.Our search for the document on same both in google and SFDC side proved futile.The pdf document from Salesforce.com doesnot provide detail account of configuration.

 

 

If any one of you did work on same requirement already, request you to share your knowledge or documents.

 

Any help will be highly appreciated.Awaiting earliest reply.

 

Thanks & Regards,

Ramadhar Mishra

 

I am just wondering if anyone has developed or come across as framework that would extend the unit test automation  that is built into the force.com platform to add capabilities of a Continuous Integrated Testing framework to allow scheduled automated builds and produce some kind of dashboard with statistics. I am thinking something similar to what frameworks like CruiseControl can do.

 

So, an example scenario would be n ISV, or a System integrator that needs to develop and maintain many force.com applications. In order to promote proper usage and discipline among development teams and encourage Test-Driven Development practices - it would be good to have a tools that would run scheduled builds across multiple dev orgs or sandboxes and provide an overall statistics on test coverage, test failures etc.

 

I am sure this should not be very hard to build since force.com does expose the API to execute the test methods (which is used for the Ecplise IDE plug-in to display test results). The limitation of the current IDE capabilities is that  you need to execute unit tests manually for each project.  

 

 

Message Edited by AxxxV on 03-11-2009 11:07 AM
Message Edited by AxxxV on 04-08-2009 12:10 PM
  • March 11, 2009
  • Like
  • 0