The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
34 views

Want to overwrite the text content of standard error message displayed on custom page

I am using validation with help of standard error messages on a field. Is there a workaround to manipulate the standard text displayed on error message. ???
4
votes
1answer
26 views

sandbox copy error?

I just did a full sandbox refresh. Spent a couple hours debugging code before I finally saw where the null pointer was coming from. In my production org, there's a custom object (position) with ...
-2
votes
0answers
56 views

Rest API Web Application not working?

I've been having trouble with the Getting Started with the Force.com REST API tutorial as shown here: http://wiki.developerforce.com/page/Getting_Started_with_the_Force.com_REST_API. So far I have set ...
0
votes
0answers
16 views

Error message with Chatter [closed]

One of my users reported getting a (405) method not allowed message when clicking the Comment in Chatter button in the email alert she received. Any ideas on what would cause this?
2
votes
2answers
93 views

Customize standard error message on the visualforce page

I want to customize the error message box which comes for various errors. i want only a single custom message for all types of errors and also a different custom icon. How can i implement this?
3
votes
2answers
103 views

Radio button required=“true” not displaying an error message when no selection

I've created a Visualforce page to receive input form a user. I've converted a Picklist into a radio button and set it to required. For whatever reason, the red bar that represents a mandatory field ...
3
votes
2answers
88 views

Can we have a DML not roll back when i use an adderror method?

We have a scenario where in the before insert trigger of object Asset, which looks for a duplicate and if a duplicate is found a record is inserted in the junction table and after the dml is complete, ...
6
votes
1answer
59 views

Inserting a link in an ApexPages message

I was wondering if there's a way to display a link in an ApexPages.Message. There's nothing mentioned in the documentation about it, so I simply did a : ApexPages.Message(ApexPages.Severity.CONFIRM, ...
7
votes
4answers
161 views

Organization Administration Locked…?

After having my Developer Console not be able to save a class that I edited, I faced this error message when trying to edit/save the class directly in the browser: Organization Administration Locked ...
4
votes
3answers
299 views

Clear Apex:PageMessages without losing viewstate

Is there a way to clear the PageMessages in my controller without losing my Page's viewstate? At the moment I'm doing a ajax call from my visualforce page, which rerenders part of my page, but this ...