• Ubaldo
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 3
    Replies

My ORG was just upgraded to Spring 12 about 1 hour ago.

 

I'm getting weird errors from lots of pages like this:

 

Unknown property 'String.labelplural'

 

And null pointer exceptions.

 

Things like:

 

{!$ObjectType['User'].label}

or

{!$ObjectType['User']['label']}

 

Doesn't work anymore.

 

Anyone else experimenting same issues? Any advices?

 

  • January 21, 2012
  • Like
  • 0
I'm developing an application using custom object, classes, etc. This might sound as a dumb question. Will the end-user be able to add or remove values from Picklist data types? How can I enable that? Thanks!
  • January 16, 2012
  • Like
  • 0

Is there a one-step way to wipe-out an org?

I was able to do a one-step deploy by using the migration tool. Now, I want to do a one-step undeploy.

I tried renaming the package.xml to destructiveChanges.xml as I read over there, but it doesn't work. I got errors like these:

Error: workflows/Domain__c.workflow(Domain__c):Cannot delete a workflow object;

Workflow Rules and Actions must be deleted individually

Warning: destructiveChanges.xml:No CustomObject named: * found
Warning: destructiveChanges.xml:No ApexPage named: * found
Warning: destructiveChanges.xml:No ApexComponent named: * found
Warning: destructiveChanges.xml:No StaticResource named: * found

What I'm doing right now is to create a new org each time a new to do a fresh deploy.

I really hope this is already implemented, if not please advise me in where to ask this to salesforce technical support.

Thanks!

  • September 26, 2011
  • Like
  • 0

My ORG was just upgraded to Spring 12 about 1 hour ago.

 

I'm getting weird errors from lots of pages like this:

 

Unknown property 'String.labelplural'

 

And null pointer exceptions.

 

Things like:

 

{!$ObjectType['User'].label}

or

{!$ObjectType['User']['label']}

 

Doesn't work anymore.

 

Anyone else experimenting same issues? Any advices?

 

  • January 21, 2012
  • Like
  • 0
I'm developing an application using custom object, classes, etc. This might sound as a dumb question. Will the end-user be able to add or remove values from Picklist data types? How can I enable that? Thanks!
  • January 16, 2012
  • Like
  • 0

Is there a one-step way to wipe-out an org?

I was able to do a one-step deploy by using the migration tool. Now, I want to do a one-step undeploy.

I tried renaming the package.xml to destructiveChanges.xml as I read over there, but it doesn't work. I got errors like these:

Error: workflows/Domain__c.workflow(Domain__c):Cannot delete a workflow object;

Workflow Rules and Actions must be deleted individually

Warning: destructiveChanges.xml:No CustomObject named: * found
Warning: destructiveChanges.xml:No ApexPage named: * found
Warning: destructiveChanges.xml:No ApexComponent named: * found
Warning: destructiveChanges.xml:No StaticResource named: * found

What I'm doing right now is to create a new org each time a new to do a fresh deploy.

I really hope this is already implemented, if not please advise me in where to ask this to salesforce technical support.

Thanks!

  • September 26, 2011
  • Like
  • 0