• Usama
  • NEWBIE
  • 10 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 27
    Replies
Hi Guys,
I have a button in a s-control where I am calling webservice apex code in which i am copying more then 200000 records from master object with its child object to an other master object with its child object.I am recieving an error "Too many scripts 200001" statements.
is there any way to do effieciently as my apex webservice method code is below.Please review it and let me know how can I efficiently process these no of records without reaching  script statements governor limits?
 
Thanks!
Usama
 

for (List <CampaignScheduler__c> OpportunityDailySchedulesDates : [select Id,Campaign__c,Date__c,CurrencyIsoCode,Opportunity__c,Status__c from CampaignScheduler__c where Opportunity__c =: OppId])

{

List <CampaignScheduler__c> ClonedDailySchedules = new CampaignScheduler__c[]{};

for (Integer i=0; i < OpportunityDailySchedulesDates.size(); i++)

{

String CampId = OpportunityDailySchedulesDates[i].Campaign__c;

CampaignScheduler__c ClonedCampaignDailyScheduleDates = new CampaignScheduler__c();

ClonedCampaignDailyScheduleDates.Campaign__c = getMappedID(ListofAllCampaigns,CampId);

ClonedCampaignDailyScheduleDates.Opportunity__c = newOppId;

ClonedCampaignDailyScheduleDates.Date__c = OpportunityDailySchedulesDates[i].Date__c;

ClonedCampaignDailyScheduleDates.Status__c = OpportunityDailySchedulesDates[i].Status__c;

ClonedCampaignDailyScheduleDates.CurrencyIsoCode = OpportunityDailySchedulesDates[i].CurrencyIsoCode;

ClonedDailySchedules.add(ClonedCampaignDailyScheduleDates);

}

insert ClonedDailySchedules;

}

}

  • January 08, 2009
  • Like
  • 0
hi,
      Is there any way to deploy the Apex Code in the enterprise edition .Or It is only limited to Developer or Unlimited Edition.
 
 
thanks & regards,
 
  • September 13, 2007
  • Like
  • 0
Hi,
     I want to use dated exchange rates option in my app but i have  lots of custom objects.Anybody has implmented this feature in their existing apps.
Anybody can you guide me how to implement this feature?Any technique because currently it is not supporting custom objects and It can also effect the reports. 
 
My another question is for the reports, when we group the field in the matrix report.Why diffrent currencies convert into USD inspite  not using the currency converted field?
Thx,
Reg.
  • September 03, 2007
  • Like
  • 0

Hi,

   i am just considering to use the advance currency management option enabled in our application.As in our organization there are many different currencies used Dollar,Euro,AUD,Canadian Dollar,Pound etc.

Currently Salesforce is using current exchange rate for all the currencies.But i want to track the currency according to the date but i have read in the Salesforce Documentation that

"Dated exchange rates are used for opportunities, opportunity products, opportunity product schedules, campaign opportunity fields, and reports related to these objects and fields. Dated exchange rates are not currently used in forecasting, currency fields in other objects, or currency fields in other types of reports. ACM functionality may be extended to these areas in future releases. "

I wanted to know in Summer 07 release, Salesforce is supporting all the currency fields or not  with respect to date when Dated Exchange rates are enabled in the Salesforce(.i.e All Custom Objects currency fields will change or not with the date specified in the Dated exchange rates.)

We need this feature to enable but on the other hand we have done lots of customization and done custom calculation in custom objects.Will they effect and also reports?.

Waiting for reply.............. 

  • July 31, 2007
  • Like
  • 0

Hi,

   i am just considering to use the advance currency management option enabled in our application.As in our organization there are many different currencies used Dollar,Euro,AUD,Canadian Dollar,Pound etc.

Currently Salesforce is using current exchange rate for all the currencies.But i want to track the currency according to the date but i have read in the Salesforce Documentation that

"Dated exchange rates are used for opportunities, opportunity products, opportunity product schedules, campaign opportunity fields, and reports related to these objects and fields. Dated exchange rates are not currently used in forecasting, currency fields in other objects, or currency fields in other types of reports. ACM functionality may be extended to these areas in future releases. "

I wanted to know in Summer 07 release, Salesforce is supporting all the currency fields or not  with respect to date when Dated Exchange rates are enabled in the Salesforce(.i.e All Custom Objects currency fields will change or not with the date specified in the Dated exchange rates.)

We need this feature to enable but on the other hand we have done lots of customization and done custom calculation in custom objects.Will they effect and also reports?.

Waiting for reply.............. 

  • July 31, 2007
  • Like
  • 0
We are an small Recruitment Process Outsourcing (RPO) business in Chicago using Salesforce for CRM.  We would like to use this platform to build operations management tools in 1) Applicant tracking, 2) Event management & 3) Shipping & warehousing.  We would like to have some parts of the tools available to some of our clients. 
 
We would prefer a local consultant.
  • February 11, 2008
  • Like
  • 0
I have a custom currency field in the Case object that I would like to use in a formula on a custom object, call it MyObj. What would the formula be to pull that field value over? The two objects are related via a lookup field, MyObj has the CaseID in it.
Hi,

i find how i can create a report regarding tracking Field.
I want to know if it is possible to ahve an extra Tab for this history.

Thx

Magda
  • January 25, 2008
  • Like
  • 0
One thing that seems obvious to me would be the ability to either: A) Assign a task to a queue or group of people, or B) assign a task to a user dynamically. For instance, we have a group of provisioners that look for Opportunities that haven't been worked yet. They will grab one of these Opportunities and update the status as in progress, which causes some tasks to be created. I want those tasks to be assigned to the provisioner.

Tasks can't be assigned to a queue or role (well, unless there's only 1 person in that role) or dynamically like explained above. To me, this makes their workflow extremely limited. How are others getting around this?

Thanks!

  jeff

  • January 24, 2008
  • Like
  • 0
I was wondering if it was possible to create a custom tab, lets call it prospects, between leads and accounts that will work as a bridge between leads and accounts allowing opportunities to be linked to it to allow people to be quoted as prospects before they become accounts.
 
I am having awfull trouble accomplishing this task and would like feed back on possible apps that could accomplish this for me or some sort of starting point and reference material.
 
The Banner Kid

Message Edited by Thebannerkid on 11-26-200706:33 PM

About Us: Appirio delivers services and products that help companies successfully adopt on-demand software.

On-demand software is changing the world. More than ever, large companies are deploying systems like Salesforce.com instead of installing and maintaining their own on-premise applications. An Appirio Senior Technical Consultant (STC) will guide our customers through implementation and integration of on-demand enterprise applications like Salesforce.com. You will gain valuable experience with cutting-edge software-as-a-service (SaaS) technologies as you help customers realize the benefits of on-demand software – no maintenance, easier configuration, higher reliability, and wider adoption.

Candidate Profile

  • Enthusiastic, professional, and confident personality, with a focus on customer success
  • Excellent listening skills to fully understand the customer requirements and pain points
  • Ability to translate customer requirements into implementation plans
  • Technical acumen to convert plans into real solutions that work
  • Driven by customer success with a team player attitude
  • Located and able to work in the U.S. and able to travel up to 40-60% (Silicon Valley, Atlanta, Boston, and Washington DC areas preferred)
  • Looking for a full-time position

Preferred Skills/Experience

  • B.S. degree in Computer Science, Software Engineering, MIS or equivalent
  • 4+ years of experience with technical implementations of customer projects
  • 1+ years experience with project management of enterprise software deployments
  • 1+ years of experience with Salesforce.com configuration and custom development
  • Experience with other CRM software (Siebel, Clarify, Vantive, Peoplesoft, NetSuite, etc.)
  • Experience with enterprise integration tools and extract, transformation and load (ETL) tools
  • Application development experience with Javascript, XML, HTTP, Java, C++, ASP, SQL
  • Strong presentation and communication skills

Duties


Appirio is focused on salesforce.com and Google Enterprise customer implementations. Consultants will work onsite with customers to analyze their requirements, develop designs, and implement salesforce.com and Google Enterprise systems. Specific areas of concentration include:

  • System Implementation & Adoption
  • salesforce.com Service & Support
  • salesforce.com Sales Force Automation
  • salesforce.com Apex Platform development
  • salesforce.com’s Apex programming language
  • Google Enterprise

Salary and Benefits

  • Salary range for this position for full-time employees is $70,000 - $90,000 ($85,000 - $100,000 in California)
  • Comprehensive health plan through BlueCross BlueShield including medical, dental, and vision coverage (full-time employees only)
  • Specialized training in salesforce.com and Google Enterprise technologies
  • State-of-the-art Dell notebook computer
  • Ability to work remotely, from a home office

Next Steps

  • Submit your resume and cover letter to Appirio at careers@appirio.com
  • Successful candidates will be interviewed via telephone, then in person
  • Appirio is hiring quickly! Customer demand for salesforce.com and Google Enterprise systems is growing every day. We will more than double the size of our company in the next 12 months.

Message Edited by Appirio, Inc. on 11-25-2007 12:58 PM

Hello all,
 
my first post. I am exploring ways to implement a many-to-one relationship in Salesforce.
 
In practical terms, what I seek to achieve is the folowing:
We have Contracts. Contracts could be through two sources.
A) through a lead -> Opportunity -> Contract
B) though existing Accounts -> Contract
 
Is it possible to create two different parents for Contract (or some other custom field)

Thanks
  • November 23, 2007
  • Like
  • 0

Hi,

   i am just considering to use the advance currency management option enabled in our application.As in our organization there are many different currencies used Dollar,Euro,AUD,Canadian Dollar,Pound etc.

Currently Salesforce is using current exchange rate for all the currencies.But i want to track the currency according to the date but i have read in the Salesforce Documentation that

"Dated exchange rates are used for opportunities, opportunity products, opportunity product schedules, campaign opportunity fields, and reports related to these objects and fields. Dated exchange rates are not currently used in forecasting, currency fields in other objects, or currency fields in other types of reports. ACM functionality may be extended to these areas in future releases. "

I wanted to know in Summer 07 release, Salesforce is supporting all the currency fields or not  with respect to date when Dated Exchange rates are enabled in the Salesforce(.i.e All Custom Objects currency fields will change or not with the date specified in the Dated exchange rates.)

We need this feature to enable but on the other hand we have done lots of customization and done custom calculation in custom objects.Will they effect and also reports?.

Waiting for reply.............. 

  • July 31, 2007
  • Like
  • 0
Hi Guys,
I need to create a table "excell style" using multiple fields, for pricing different products. I then need to look up a given value according to some criterias... This is very easy to do in excell. But I need it in salesforce! Any ideas would be very helpful!
I am new to sales force and am trying to finish developing a new layout for my company. I need to make some changes to the leads tab (ie. make the company name not a required field as well as adding some other custom fields). It appears that I can not edit some of the built in fields on this tab, so I wanted create my own leads tab. In order to do this I would want to keep the functionality of the convert button minus the conversuion to an account, I would like to only convert to a contact and still have the option of adding a new oppertunity.
Hi,
 
We are  a lot of requirements from users for dynamic fields population.
For e.g:
If the user selects a Country from the Country drop-down list, then a new drop-down should appear below this to populate the states for that Country.
 
Another example:
If the user selects the option "Other" from the drop-down list, then a new  text field should appear below this with label "If Others, please specify"
 
Please let me know how can this be done using S-Controls? Also please give pointers to some similar examples.
 
Thanks and regards,
Ambili
  • July 09, 2007
  • Like
  • 0
Hi all..

We have a new Tab with comercials people (no users), and we need, when you create a new activity, to send emails to the comercials, but in SF is not possible to create a search fields, and you cant to create a workflows with emails in tasks. Do you know what can we do, with this?..

And other question about this, is possible that this new task associate to comercials entitie?


Sorry for my english ;) I am spanish jeje

I hope to understand me.
We are a small consultancy that specialises with working with UK-based Investment Managers.
 
Among other Sales and Marketing initiatives, we are seeing strong demand for CRM-related projects and have supported several Salesforce.com initiatives.  We are looking for UK-based salesforce.com consultants who are prepared to work on upcoming projects.  These are for client implementations and potential AppExchange solutions across the UK, particularly in London and Edinburgh.

If you are interested to discuss this further, please drop me an email on sfdc@tomtomconsultants.co.uk

Hi
I wonder if anyone can help me with this problem.
I created a new Custom Link Button with the List Button Display Type.
In the List View this new Button is showing after I have added it to the List View
Now I would like to place this Button on the Related List as well but when I double clicked on the Related List item in the Object , I could only see the Columns and Standard Buttons but not the Custom buttons. So I dont know how to put this button on the Related List item. Does anyone have this problem before and if so, how do we get the new Custom Button to appear in the Related List edit function?
Any pointer will be highly appreciated
Thanks in advance
SL
I work for an established SFDC consulting and subcontracting partner in NZ. I am growing my SFDC/SaaS team and am looking for another good consultant to join the team.

See the company website at:
http://www.fronde.com/Synergy/
and click on the Jobs link from the menu bar at the top.

The direct link to the job advert on the job site is:
http://www.bfound.net/detail.aspx?jobId=47649&CoId=201&rq=2

The role will be based in Auckland and it is a permenant position.

Alternatively you can use the contact us form at:
http://www.fronde.com/Contact.aspx
and in the comments ask for your details to be sent on the the Auckland SFDC/SaaS team.

Richard
Hi All,
 
We have Sandbox and production systems and configured the requirements in sandbox system. We are already in the process of replicating the same in Production system. Can some one tell us where should the system and UAT Testing be performed ? We are assuming that system and UAT will be done on production system.  Please share us the best practice followed and relevant info on the same.
 
Thanks in advance.
 
Regards,
Udaya