• KevinK
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
VisualForce throws errors on referencing a SolutionNote in a page saying the TextArea data type is not supported.

Are there any workarounds to this? For example could I get a substring of the first 1,000 chars and cast that to a String?

I have tried a few approaches but have not figured out how to do anything with a SolutionNote in VF

Any one have any ideas?
  • August 28, 2008
  • Like
  • 0
I have an object ID (00000000xxx for example) and want to know what Salesforce object type it is and what its fields are.

Is there a describe call that only takes a Salesforce ID?

Thanks
Is there a way to query for the currently installed version of our AppExchange integration via the API?

Thank you

Hi,
 
There are two Visual force pages i have,
 
One is for master custom object and another is for detail custom object
now what i have to do is when user click on save button on master vf page it will redirect the user to Detail vf page and also set the Id and Name of Master record in the apropriate <apex:inputfield> of master's in detail vf page.
I tried it with javascript and querystring, but its not work..
 
anyone has idea about it?
any help/guidance pls?  
 
 
Thanks
I have an object ID (00000000xxx for example) and want to know what Salesforce object type it is and what its fields are.

Is there a describe call that only takes a Salesforce ID?

Thanks