• ipsita19861.2880751705180098E1
  • NEWBIE
  • 0 Points
  • Member since 2010

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

hi,

i want to generate a report which shows me the salary slip of an employee.

how can i do that.

can anybody plz help me.

Thanks.

hi,

Is it possible to share my salesforce database with the administrator of another organization?

If yes,hw can i do that?

 

If anybody have idea plz help me with this.

Thanks

hi,

do custom tabs have any properties. If yes what r they.

Hi

  Does salesforce supports active directory services and if yes how can we implement it.

  Can anybody give me some idea about this

Thanx.

hi,

 can anyone tell wat r cross object formula fields and wer can i use it

Thanx.

Hi,

   Can anyone tell me how to email the dashboards and the reports.

 

Thanx.

how can i display the errors on my page using validation rules for an object.

can someone help me with this.

Thanx

Hi,

how to create a empy record automatically as the date changes daily.

i want to make an empty records added on to my object for which data can be saved from visualforce page datewise.

 

Thanx

hi,

I m using a page block table

i want the sum of all the values of a column and display it in a separate row.

 can anyone solve this query.

thanx

 

Hi,

I m using a standard controller for my custom object

i want my object's field values to be displayed on visualforce page.

 

<apex:page showHeader="false" standardStylesheets="false" standardController="Project__c" recordSetVar="ProjectID">
<apex:form >
<apex:pageBlock title="Project Details ">
<apex:pageBlockSection>
<apex:inputField value="{!Project__c.Project_Description__c}"/>
<apex:inputField value="{!Project__c.Maintainance_Type__c}"/>
<apex:inputField value="{!Project__c.Registration_Date__c}"/>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:form>
</apex:page>

 

here project description is a text field.

i want data of this field to be displayed on visualforce page in text box.

Hi,

  The Force.com platform supports the following relationship types .Select all which apply

  • Self
  •  Lookup
  •  Master Detail
  •  Many to Many
  •  Many to All
  • One to One
  • One to all
  • Validation Rules

can anybody please help me get the exact answer for this.

 

 

Thank u.

Is it possible to call a WSDL file which is located in another website from salesforce by writting a code.

 

Kindly let me knw if any one has idea about it.

Thanks

m trying to connect to force.com from the IDE.

I entered my username,password and the security token,but m not able to connect.

 

can someone please help me with this.

Thanx

Hi,

I m using a standard controller for my custom object

i want my object's field values to be displayed on visualforce page.

 

<apex:page showHeader="false" standardStylesheets="false" standardController="Project__c" recordSetVar="ProjectID">
<apex:form >
<apex:pageBlock title="Project Details ">
<apex:pageBlockSection>
<apex:inputField value="{!Project__c.Project_Description__c}"/>
<apex:inputField value="{!Project__c.Maintainance_Type__c}"/>
<apex:inputField value="{!Project__c.Registration_Date__c}"/>
</apex:pageBlockSection>
</apex:pageBlock>
</apex:form>
</apex:page>

 

here project description is a text field.

i want data of this field to be displayed on visualforce page in text box.