• sgm_force
  • NEWBIE
  • 25 Points
  • Member since 2010

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies

unexpexted token error is shown for the following code:

My id comes dynamically how can i write the query.....plz help

 

public class proitem{

    public String getPro() {
       

        String id = 'a0890000000BLihAAG';
       it=[select name from item__c where product__c =id];
        
       return it;
    }

}

Hi everyone,

I have a custom object called WorkItem which I have made visible through customer portal. In my org, I have overridden the "Create New WorkItem" button with a VF page and it is working perfectly fine. But, when I try to access it through my customer portal,  I am facing some problems and am not be redirected to the overriden page. rather, I am getting the standard edit page.

 

What do I need to do in order to fix this?

 

Thanks in advance.

 

SGM

Hi everyone,

 

I need to generate failures in the execution of a batch class in order to cover a significant amount of the batch class code.

Any idea on how I can go about this?

 

 

Thanks in advance,

 

SGM

Hi there

 

We are in the process of developing a clould based application for our customers.

 

It consists of a data gathering and processing component that displays the data for the customer via a dashboard hosted on AWS.

it also requires a backend CRM function to manage e.g subscriptions, reporting, reseller management, support tracking, etc etc etc...

 

Should we use force.com form the backend function ?
I am trying to get my head around what it actually does (i am not a developer) but i dont think going off and developing all those functions is the right thing to do if the exist on force.com already...

And as far as i know force.com will integrate with our application hosted on AWS so we get a nice integrated solution....

 

Would i be correct in saying that ?

 

Thanks

ggntt

 

 

  • November 01, 2010
  • Like
  • 0

unexpexted token error is shown for the following code:

My id comes dynamically how can i write the query.....plz help

 

public class proitem{

    public String getPro() {
       

        String id = 'a0890000000BLihAAG';
       it=[select name from item__c where product__c =id];
        
       return it;
    }

}

Hi everyone,

 

I need to generate failures in the execution of a batch class in order to cover a significant amount of the batch class code.

Any idea on how I can go about this?

 

 

Thanks in advance,

 

SGM