The bug tag has no wiki summary.
0
votes
1answer
46 views
Batch Issues Invalid Query Locator When Accessing Sub Query
I'm rolling out a new batch process and started getting Invalid Query Locator error messages on certain batches (4 out of 85). Am I doing something wrong? Feels like a bug and will be submitting to ...
11
votes
1answer
173 views
Why are my Portal Users sharing their usernamespace with the world in Spring '13?
At the same time as the rollout of Spring '13, I'm encountering issues related to High Volume Customer Portal Users: their usernames are now clashing with users in other orgs.
I'm aware that Portal ...
1
vote
2answers
526 views
How to use output text date format to respect locale [duplicate]
Possible Duplicate:
Visualforce Locale specific date format
Is there anyway to get the <apex:outputtext> tag to respect a user's locale when printing out dates?
Example Controller:
...
1
vote
1answer
181 views
Native JSON parser issue [closed]
It seems that json.serialize method converts null to String 'null'
System.debug(String.isEmpty(null));
Contact con = null;
String jsonCon = JSON.serialize(con);
System.debug(jsonCon);
...
17
votes
1answer
179 views
Strange Allowed Apex Syntax
Found some crazy apex syntax and I have no clue what it does.
public Account<List<String<Contact>>> whatIsWrongWithApex;
Is this a defect? Should this do something? Compiler not ...
1
vote
1answer
175 views
NullPointerException not occurring within try/catch
I'm writing a testMethod for a custom Exception class.
As part of the testMethod I want to deliberately throw another exception to become the inner cause of my custom exception.
E.g.
public class ...
2
votes
1answer
76 views
PermissionSet API and SOQL FieldPermissions Expectations
I'm working on a little permission app for my own sanity. I'm starting with querying the Field Permissions.
I'm a bit confused with what I'm seeing.
Using Workbench:
SELECT ...
5
votes
1answer
135 views
How to Report a Salesforce Issue
While creating report in Salesforce, we can add the date filter to filter the records.
This is allowing from date as today and to date as past date. The Salesforce should throw validation error in ...
3
votes
0answers
413 views
Has anyone run into these two Winter 13 preview issues? [closed]
I know the Winter 13 preview has only just appeared, but I've run into two issues and am wondering if anyone else can reproduce them.
I'm having trouble deploying code from a standard dev org ...