• Prasad M
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
Hi Their, 

Is there a way to delete account conditionally through javascript button.
If the specified field has the value null it should be deleted else it should alert saying the account cannot be deleted. 

Thanks in advance
Hi Folks, 

I need to create a cusotm button on case which will clone the information. In the process of doing it, I need to make few standard field values as blank. Like Subject, Entitlement and Asset. Not sure if its possible. 

Thanks in advance for inputs!!!!
Hi Folks, 

I need to create a cusotm button on case which will clone the information. In the process of doing it, I need to make few standard field values as blank. Like Subject, Entitlement and Asset. Not sure if its possible. 

Thanks in advance for inputs!!!!
Is there anyone met this problem before?

I want to query RecordType through SOAP API, my soql is "Select BusinessProcessId, NamespacePrefix, IsPersonType, SobjectType, DeveloperName From RecordType Where Name = 'Estimate'".
The reponse error is: 
BusinessProcessId, NamespacePrefix, IsPersonType, SobjectType, DeveloperName
                                                               ^
ERROR at Row:1:Column:44
No such column 'IsPersonType' on entity 'RecordType'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.