API-26 release. AKA Salesforce Winter 13 release

learn more… | top users | synonyms

0
votes
1answer
31 views

Building up URL to include package name in email template

I can put a hyperlink to an Opportunity in an email template by doing: <a href="{!LEFT($Api.Partner_Server_URL_140, FIND('.com/',$Api.Partner_Server_URL_140)+3)}/{!opportunityId}> link ...
4
votes
1answer
281 views

Is SOQL Polymorphism enabled by default in API 26?

Is SOQL Polymorphism enabled by default in API 26? I'm getting the error 'SOQL TYPEOF expressions are not supported in this organization' error when deploying to my test org that's on API 26.
2
votes
2answers
301 views

Unable to insert new records into “hierarchy” type Custom Setting

**Update Oct 18 2012: A fix was deployed last night and this is now working as expected. For reference, the Known Issues site had this listed as W-1413524 and it's now marked as Fixed. Background I ...
4
votes
2answers
84 views

Very difficult to remove package in Winter '13 - Page layout assignments

Winter '13 appears to have increased the level at which Salesforce enforces constraints, making it very difficult to uninstall packages. As I have to do this multiple times a day when testing Beta ...
1
vote
1answer
331 views

Isnumeric() method not found

I have used isnumeric() method to check for the strings with only numbers. While deploying to production i am receiving the following error 'Method not found '.
3
votes
1answer
161 views

Chatter Answers Test Failures - Invalid field CommunityId for sObject Case

After winter '13 when deploying to production I'm getting a failure in ChatterAnswersEscalationTriggerTest that communityId is not a valid case field. Any ideas why this field would spontaneously ...
9
votes
2answers
238 views

Winter 13 Clickjacking protection - is the following expected or a bug?

Here are the steps to reproduce on a Winter 13 sandbox: Create the following VisualForce component called TestClickJackComponent: <apex:component > <!-- Begin Default Content REMOVE THIS ...
3
votes
0answers
422 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 ...
4
votes
3answers
319 views

Upcoming “clickjacking” protection

There is a new alert on the Partnerforce portal that is letting partners know of the upcoming "clickjack protection" for non-setup pages in Winter '13. It seems to be stating that if a customer turns ...