• YCR
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 7
    Replies

Hi All

 

I want to get field's id of all custom fields of a custom object. Using describeSObject we can get field name and other related information but unable to get FieldId.

 

Any idea ?

 

  • July 03, 2009
  • Like
  • 0

Hi All

 

 

How to delete custom fields using Ant in deployment process? I am able to delete custom objects but unable to delete custom fields.

 

Any idea ???

  • June 22, 2009
  • Like
  • 0

Hi All


I have a custom object that contains more than 100,000 records. Now I want to get count of records on visualforce page. But apex has a governor limits of 10,000 query rows. And API calls is also not fulfill this requirement, due to API calls limit per day.


Any other idea???


Thanks



  • June 18, 2009
  • Like
  • 0

Hi All


I am using sforce API to query records from a object that contains around 100,000 records. To fetch all records I am using queryMore to get records in a batch of 200.

Now my query is that is this count API calls as 1 or multiple of batches? means to fetch all records, queryMore get these in (100,000/200=500) batches. So in this case count of API calls is 1 or 500?


Please suggest

  • June 17, 2009
  • Like
  • 0
hi , Can i enable and disable fields on a visualforce page , based on some conditions? If yes , Please let me know how ? Thanks Rjoshi

Can someone try the inputTextarea tag and see if the style attribute performs as expected, 5px?

<apex:page standardController="foo__c" title="foo Edit: {!foo__c.Name}" tabStyle="foo__c">
<apex:form >
    <apex:pageBlock title="foo Edit" mode="edit">
<apex:inputTextarea value="{!foo__c.bar__c}" id="
theInputTextarea" richText="true" style="width:5px;" />
    </apex:pageBlock>
  </apex:form>
</apex:page>

 

When i run this code i do not get 5px, looks like i get the fckeditor default width of 100%. Same behavior with "cols" atrribute.

Thanks in advance, Dale.

  • June 23, 2009
  • Like
  • 0

Hi All

 

 

How to delete custom fields using Ant in deployment process? I am able to delete custom objects but unable to delete custom fields.

 

Any idea ???

  • June 22, 2009
  • Like
  • 0

Hi All,

 

I have develop follwoing items in sandbox and i need it to deploy on the production.

 

1. Custom object [ with record]

2. Triggers

3. Reocrd types

4. Page layout

5  Approval Process 

 

Please let us know how i can deploy all this items into Production.

 

Thanks,

Deep. 

Hi,

 

I am getting an error : "Failed to send request to https://www.salesforce.com/services/Soap/u/15.0" while logging into Data Loader.

 

I have updated proxy settings(Server host: https://www.salesforce.com, proxy host entered etc) and also used security token alongwith normal Salesforce password. As last step, I uninstalled the data loader and installed it again. Still the same error.

 

Please assist!

 

Thanks,

 

Vimal

Hi All


I have a custom object that contains more than 100,000 records. Now I want to get count of records on visualforce page. But apex has a governor limits of 10,000 query rows. And API calls is also not fulfill this requirement, due to API calls limit per day.


Any other idea???


Thanks



  • June 18, 2009
  • Like
  • 0

Hi All


I am using sforce API to query records from a object that contains around 100,000 records. To fetch all records I am using queryMore to get records in a batch of 200.

Now my query is that is this count API calls as 1 or multiple of batches? means to fetch all records, queryMore get these in (100,000/200=500) batches. So in this case count of API calls is 1 or 500?


Please suggest

  • June 17, 2009
  • Like
  • 0