• pvassiliev
  • NEWBIE
  • 0 Points
  • Member since 2009

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

Hello,

 

I use both online editor and eclipse to work on Apex and Visualforce code. For some reason when I do Refresh From Server, my local files are still old version.

 

 

I am using

Force.com version 15.0.1.200903241010

Eclipse 3.4.2 build M20090211-1700

 

In order to get correct version I have to delete the project and re-create it.

 

With best regards,

Pavel

Hello,

 

I use both online editor and eclipse to work on Apex and Visualforce code. For some reason when I do Refresh From Server, my local files are still old version.

 

 

I am using

Force.com version 15.0.1.200903241010

Eclipse 3.4.2 build M20090211-1700

 

In order to get correct version I have to delete the project and re-create it.

 

With best regards,

Pavel

ii,

I have two Vforce pages.

 

I want to show page X if the case is high priority and show page Y if it is not.

 

How can I do this within Vforce? 

Message Edited by Adrian-E on 03-09-2009 10:48 PM

I would appreciate some pointers on this.

I am trying to clone a master record (say M__c) that has some children detail records (MC__c)

I queried the master records and created a deep copy by calling

 

     M__c.clone(false,true); //do not preserve Id & do a deep clone

 

This does not seem to null out the children/detail record ids. 

When I insert the cloned master record, it creates a copy alright but there are no details.

 

I tried cloning the individual MC__c records and adding them to the cloned parent's child relationship array.

That did not help. 

Could some one point me to a code snippet or documentation for the correct way to do this?

 

Thanks

  • February 22, 2009
  • Like
  • 0

Hi,

 

I have created a visualforce page wherin a user can enter search data and click on search button. I have made three fields mandatory for the search. If a user doesnot enter value in any of the 3 mandatory field then an error message called validation error appears on screen as shown below.

 

Errors j_id0:j_id1:SearchInputs:j_id2:j_id3:j_id22: Validation Error: Value is required. j_id0:j_id1:SearchInputs:j_id2:j_id3:j_id27: Validation Error: Value is required.

 

 

Is it possible to avoid this error message and display some custom message?

Please help.

 

Thanks Priya

  • February 16, 2009
  • Like
  • 0