• TTA
  • NEWBIE
  • 0 Points
  • Member since 2009

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

How can I write a visual page which list all the records that I have on custom object called Hotel with check box next to each record.

 

So for instance, the display will look like below

 

check box  hotelid1 hotel name1 

check box  hotelid2 hotel name2

check box  hotelid3 hotel name3

check box  hotelid4 hotel name4

check box  hotelid5 hotel name 5

etc

 

I do hope it makes sense and I would extremely appreiciate if someone can let me know wheather it is possible or not.

 

Regards, 

Hello every body im creating an application using force.com

First of all i created Application tab in which i have inserted the DateOfBirth field with date data type , every thing is going well but the problem is  in dateof birth field calender is .(1) i want the values from 1950 to present year and (2)want to increment a year when the new year comes .

 

Can u pls help me if any body know how to do it

 

 

 

 

Message Edited by simha on 05-13-2009 12:36 AM

Hi all,

 

I can't seem to find the above option anymore under (Set up -> Create). Where has it gone? How can i retrieve it back?

 

Thanks, 

Hi all,

Is there a way to put a custom field on related list of an child object. Basically I have got  a few id numbers listed on the related list and it doesn't mean anyting at a glance. So i was wondering if I can change one of the id number to a number, the related list will make more sense.

 

I was wondering if there is a way to do that?

 

Best, 

Hi all,

 

I have got three custom objs called Child, Register and Club. The idea is to register children to clubs. To do that I need to create a child record first , I then, click New Club Register on the child object related list area. So far it works perfectly fine but when a child is required to register more than one clubs, I have to click on this New Club Register for more than once (Sometime I need to register a child to more than 14 clubs and it is getting tedious) .  

 

I thought if I can get a custom button next to New Club Register, once click on it a page will pop up giving all the available clubs. All I get to do is tick the correct clubs and click on register and all the registeration details will be listed on child object related list area.

 

Is it possible to do that? If it is could someone please guid me to the right direction?

 

Many thanks, 

Hi all,

 

Hope you are all well. When you click on Lead tab and click on any of the built in views, you will see the lead information displayed nicely. I am just wondering if there is a way to remove the company column from the display?

 

Knowing it might be far too basic for some of you but as I am struggling with it I thought I will pick your brains.

 

Regards, 

Hi all,

I have got two objects called clubs and registraions. I can register delegates to different clubs. On the club object I have got a field called spaces_booked. What I would like to do is to display number of delegates who have booked for that particular club.

 

Is there a way to achieve that? I can't seem to find the COUNT function on the salesforce.

 

Help please.

 

Registraions Object

Registered 

- Mr Dole

- Mr Smith 

 

Club Object 

Spaces_Booked

- 2

------------------- 

Regards, 

Hi all,

 

I have got the following formula which gives me a date which is 6 months earlier than my start date:

DATE(YEAR( Club_Start_Date__c ),MONTH( Club_Start_Date__c ) - 6,DAY( Club_Start_Date__c )) 

 

It works perfectly fine if the start date is from July to Dec otherwise it produces an error message.

 

I tried this work around Club_Start_Date__c - (From__c * 30) , although it works, it doesn't procude the exact (correct) date that I am after.(From_c = 6)

 

I wonder if you guys have a better work around. 

 

Many thanks,