• Advanz Knowledge Systems
  • NEWBIE
  • 55 Points
  • Member since 2012

  • Chatter
    Feed
  • 2
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 9
    Questions
  • 46
    Replies

Hi Salesforce,

 

We are in urgent need for Sr Salesforce developer with 5+ years of experience in Salesforce and overall IT experience of 10 years.

Preference will be on how knowledgeable and skillful the candidate is and experience is not a constraint.

 

Please call me ASAP +1510-815-9660 or email your resume to linkedin.root@gmail.com .

 

This is both full time and contract position.

 

Consultants have the opportunity to work on hourly rate or Salary + Benefits.

 

In Case of consutlant is outside US and wants to work in US, We provide Visa assistance.

 

Regards,

Praveen,

Head of Operations.

 

We are a mid sized cloud based technology company looking to integrate with SalesForce. We need a developer who will be able to integrate a button in SalesForce and have it open an iFrame into our cloud based portal. 

 

Phase 2 would include building an API between the 2 platforms and transmitting data from SalesForce to Our Portal and back to SalesForce. 

 

Please send me a privat6e message with your hourly rate and any questions you may have. 

Hello All,

 

I would greatly appreciate any reccomenations for SFDC development consultants to help us with some ad-hoc issues and projects.  I have been using one in CA, but we are located near Boston, MA, I work early he works late the time difference is an issue!  I really would rather hear from customers who could suggest a good consultant, I can easily google and find folks, but would love to hear about someone you worked with and enjoyed the experience.

 

Thanks in advance for any suggestions!

What is sObject .....can anyone give deep meaning of it 

Hi,

 

 

I want to use web services but i have no idea how to use webservices. i read some examples but they didnt help me out. so if anyone is having any idea about how can we easily use it then please share it.

 

 

Thanks

nisha

I am new to Apex.

 

I want to generate CSV with apex from DB records with certain criteria.

And make it CSV avaliable as Link on the page to the user.

So that user can able to download it.

 

How can I achieve it? Any input will be helpful :D

 

Below are my current code for the step until getting recrod from DB.

 

 contactList = [
            Select c.AccountId,c.Email  From Contact c
        ];
        
        System.Debug('contactList: ' + contactList.size());
        
        //generate csv
        string header = 'AccountId, Email \n';
        string finalstr = header ;
        
        for(Contact c : contactList){
            string recordString = c.AccountId + ',' + c.Email + '\n';
            finalstr = finalstr + recordString;
        }

# Are you salesforce smart?

pick list 

yes 

no 

 

or checkbox 

 

Please explain why?

Hi,

I have one object(account) with a picklist field location__c having values us,uk,india,china. if i select any picklist value,  records will be displayed as a table

 

please help me, I am new to salesforce

 

 

regards

sri

 

 

I need to creat a formula for the following logic. 

 

March to August discount on Indoor product category

september to feburary discount on outdoor product category

more than or equals to $250 spend discount 10%

more than or equals to $500 spend discount 15%

 

I have "product"object and "indoor,outdoor" picklist field. 

 

 

Thank you 

Hi,

I have to create a crieria based sharing rule for Account and I was trying to referance a custom label in one of the filer.Unfortunately it is not working . Does any know,is there any way to referance a custom label in sharing rule filter ?

Hi

I have simple requirement, I need to disaplay  a document list in alpha order and have an alpha bar navigation to easily jump to pages on Visualforce page(Similar to apex class/ visualforce list page which displays the list of class and on click of specific character like "C" or "D" or any other char it display result based on the charecter clicked) I need a soultion something like that any suggestion is highly appricated.

 

Thanks in Advance.

Hi I have written a email class and when i send a email with a pdf file .I have put a debug log to email and found that binary attachments and text attachments are both null.I dint understand because there is pdf file coming from the email

 

Can some one suggest me why this is happening.

i made a list button for a custom object.In this button when on click i have to run javascript.i have to include jQuery in my page.can anyone please tell is it possible to refer it using $Resource.Bootstrap or i have to use a cdn url for referring to it.i read some where its better to include these jquery and bootstrap file from static resource for performance reason.please clarify.

Hi All,

 

  I need to give access to partner objcet without ViewAllData Access to a particular profile.Can any one help me on this.

 

Thanks In Advance

Situ

Hi,

 

I am having an existing dahboard in which I have 3 filters. Now I am not able to filter on these 3 filters.

 

I am getting the following

 

The filter is invalid because not all of the components can be filtered on the choosen field. Remove the filter or change the data sources.

 

 

But now when i create brand new dashboard with same component and reports, it does not show above error.

 

 

Can somebody tell me why I am getting error in old one and not in the new one?

 

 

Thanks

Hi,

This is VeeraiahChowdary,

 

My query is how to get the count of    Total number of records retrieved by a single SOSL query  per page .this is one of governor limit .For this i dont find the inbuilt methods as part of limits class.so anyone please help me on this.

 

Thanks,

Veeraiahchowdary

Hi ,

I would like to implement VOIP integeration in my organization, my requiremet is that if any customer give us a call if it is our contact , so we can directly receive the call through VOIP. I  installed 8*8 virtual office for saleforce.com but struggled to move ahead with the configuration.

 

I am  also not sure what kind of device I need to attach in my PC and whether I need to attach any device or it can work with out attaching any device as well.

 

Can any body help me moving ahead, appeciate any direction on this.

Hi

 

Anyone else having this problem since Summer 13? When I refresh our Sandbox it only copies over our Custom price books but not the Standard one. Naturally this makes some of my (fully working in Production) code just die. To top it off, you can't actually create a Standard pricebook.

 

It started happening immediately after Summer 13 was released (where they "promoted" the Pricebook object) so I assume I can't be the only victim.

 

Anyone figure out a workaround?

 

Regards

MellowRen