• rahul_123
  • NEWBIE
  • 25 Points
  • Member since 2011

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 9
    Replies

Hi i have a sorte dlist of data - alphabetically i.e. [A,A,A,A,Z,Z,Z,Z,Z]

 

now how do i draw a table like this?

 

column_1   | column_2

A                       Z

A                       Z

A                       Z

A                       Z

Hi,Can we provide access to a field in a case owned by a user of one profile ,to a user in another profile?

 

I need to provide access to a field only and not the entire record.

 

Thanks,

Rahul

wat is mini page layout and mini console view?

Hi,

 

 

I displayed all accounts in visualforce page..

 

when i click on a particular account a displayed contact details under that account..

 

by geting the id of the record like this:

 

ApexPages.currentPage().getParameters().get('id');

 

 

but i need to display contact details of an account when ever i place a mouse on a particular account.

 

how to get the ID of  a particukar record when mouseover occurs on that record.

 

 

Thanks,

 

Sirisha.k

 

 

I have a lookup relation from "employee" to "department". "Department" has 2 field: AutoNumber field and a custom field (text field - "Department Name"). In the "employee" standard page layout I want to show "Department Name" against "department" field in "employee" object. But by default it shows the "Auto number". Is there a way to show "Department Name" here?

Hi i have a sorte dlist of data - alphabetically i.e. [A,A,A,A,Z,Z,Z,Z,Z]

 

now how do i draw a table like this?

 

column_1   | column_2

A                       Z

A                       Z

A                       Z

A                       Z

Hi all,

 

Please help anyone who knows "how to create contract pdf". I know the process of create contracts but what is cantract pdf and how?

Hi All,

 

I am new to Salesforce and I keep getting this error message and have no idea how to fix it. Any ideas?

 

System.NullPointerException: Attempt to de-reference a null object 

 

Class.NewGroupSeasonController.execute: line 27, column 91 External entry point

 

 

 

 

Hi,

 

Can any body tell me, How to change the color theme of Standard Tabs (Cases).

 

Thanks,

Is it possible to prevent users from reassigning approval requests by removing the "reassign" link in the approval history?

 

Thx.

 

 

I need the sales app to pick up city n state etc based on the zip code. Can this be done?