• AndrzejW
  • NEWBIE
  • 48 Points
  • Member since 2007

  • Chatter
    Feed
  • 2
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 10
    Replies

Hello - I cannot figure out which URL to use for the Apex Explorer Endpoint. Upon install, the Endpoint defaulted to https://www.salesforce.com/services/Soap/u/8.0. I then ran into the "no semi joins allowed" error and found on the message boards that I need to update the API version. So, I've tried updating (both the Endpoint and Serv. URL) to all of the following, but get login failure, or cryptic pop-up error messages, or Apex Explorer crashes altogether! Can someone please tell me how to figure out what the Enpoint URL should be? FYI - I'm using https://www.salesforce.com/services/Soap/c/17.0 for my API operations and it works fine...

 

https://www.salesforce.com/services/Soap/u/17.0  (cryptic pop-up errors)

https://test.salesforce.com/services/Soap/c/17.0    (login failure message)

https://login.salesforce.com/services/Soap/c/17.0   (crashes and closes the application!)

 

Thanks!!!

  • October 22, 2009
  • Like
  • 0

Hi Guys,

 

APEX Code allows creating automatic read-only properties, for example:

 

public integer MyReadOnlyProp { get; }

 

Can anyone tell me how can this property ever return a sensible value, if its internal storage is not accessible? I must be missing something very basic here.

 

Many thanks,

 

Andrzej

Hi All,

 

I have tried to make regular expressions in APEX case insensitive, but I couldn't find any way of doing this. I will appreciate any help with this.

 

Thanks,

 

Andrzej

Hi All,
 
I wonder if it is possible to get the number of contacts in an account using a standard controller.  Something like {!account.Contacts.Size}, but obviously this exact syntax doesn't work.
 
Many thanks,
 
Andrzej
Hi,
 
I have a workflow rule for the Contact object with the following criteria:
 
OR( ISNEW(), ISCHANGED( OwnerId ))
 
The rule works fine, except when the contact owner is changed as a result of an account transfer.  In that case the rule is not triggered.
 
Can anyone please suggest any solution or workaround? Thanks for your feedbacks.

Regards,
 
Andrzej


Message Edited by AndrzejW on 01-04-2008 07:52 AM

I recently upgraded my Force.com IDE (and all projects) to the Winter '12 release. Since upgrading, I've been observing that when I attempt to run unit tests against an Apex class, it often takes a very long time to execute. Even relatively simple tests sometimes take a minute or two to complete. The time doesn't seem to be spent during test execution, but rather during the "preparing results..." phase (based on the progress indicator in the IDE). Reducing the log level doesn't seem to have any impact one way or the other. I've also seen it simply get stuck in the "preparing results..." phase to the point where I had to kill the Eclipse process. Anyone else seeing this?

  • January 04, 2012
  • Like
  • 0

Hello - I cannot figure out which URL to use for the Apex Explorer Endpoint. Upon install, the Endpoint defaulted to https://www.salesforce.com/services/Soap/u/8.0. I then ran into the "no semi joins allowed" error and found on the message boards that I need to update the API version. So, I've tried updating (both the Endpoint and Serv. URL) to all of the following, but get login failure, or cryptic pop-up error messages, or Apex Explorer crashes altogether! Can someone please tell me how to figure out what the Enpoint URL should be? FYI - I'm using https://www.salesforce.com/services/Soap/c/17.0 for my API operations and it works fine...

 

https://www.salesforce.com/services/Soap/u/17.0  (cryptic pop-up errors)

https://test.salesforce.com/services/Soap/c/17.0    (login failure message)

https://login.salesforce.com/services/Soap/c/17.0   (crashes and closes the application!)

 

Thanks!!!

  • October 22, 2009
  • Like
  • 0

Hi Guys,

 

APEX Code allows creating automatic read-only properties, for example:

 

public integer MyReadOnlyProp { get; }

 

Can anyone tell me how can this property ever return a sensible value, if its internal storage is not accessible? I must be missing something very basic here.

 

Many thanks,

 

Andrzej

Hi All,

 

I have tried to make regular expressions in APEX case insensitive, but I couldn't find any way of doing this. I will appreciate any help with this.

 

Thanks,

 

Andrzej

I am having trouble with Eclipse.

 

I created a new project from our production environment. 

 

I am trying to deploy classes, objects and a number of other things to a sandbox.

 

I select the folders I need to deploy and Deploy to Server.

 

It comes up with a message that my brand new project is not synchronized with the server.

 

I open the synchronization window, and it shows me a number of classes that are not synched. I open them in the comparison window, and the project version is identical to the server version!

 

I decide to give it a try, and Apply Project to Server, leave the sync window and try again.

 

The exact same classes come up as needing synching!

 

Any idea what is going on?

Message Edited by vgorgol on 08-27-2009 11:10 AM

We have a Visual Force page which contains three tabs and each tab has 3-4 tabPanels. Here in each tabPanel we have invoked one component which has some custom functionality. We have used actionRegion, switchType, re-render (Ajax) attributes also and tried to debug our code, there I found that when I am doing some action on one component queries of other components are also getting fired. And getting a exception Too many SOQL queries.

 

Any pointer or suggestion for get rid of this problem.

  • August 14, 2009
  • Like
  • 0
Hi All,
 
I wonder if it is possible to get the number of contacts in an account using a standard controller.  Something like {!account.Contacts.Size}, but obviously this exact syntax doesn't work.
 
Many thanks,
 
Andrzej
I have set up a self service case system, which works fine, except for the fact that the user of the self service system can only see cases logged by themselves.
 
It is common for us to have several contacts at an organisation any of whom might log a case, and all of them need to be able to see the other cases logged.
 
Please can you tell me how to set the case level that self service users can see to their account level, not the contact level.
 
Thanks
 
 
Karl Manning
Intellego Systems