-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
5Questions
-
3Replies
To display all the records in a VF page on a record layout section where a certain field value is the same as that of the record opened
I am new to VF. I have a custom object called 'Installed Base' with a field called parent IB. I want that when someone opens an Install Base record, all the siblings should be displayed meaning records where parent IB value is the same should be listed out/displayed.I am not a coder but able to write a VF page and display it as button on record layout. Able to display the record values from the record that is open but not able to list out other records. I probably have to create a custom controller? Any ideas? Thanks
- Sangeeta Bhatia
- November 26, 2015
- Like
- 0
- Continue reading or reply
How to set value of a variable from the value of a field from opened record
Hi All I am very new to Apex and VF code.I am new to VF. I have a custom object called 'Installed Base' with a field called parent IB. I want that when someone opens an Install Base record, all the siblings should be displayed, meaning records where parent IB value is the same should be listed out/displayed.I have VF page displayed via a custom button. I am not a coder but able to write a VF page and display it as button on record layout. Able to display the record values from the record that is open but not able to filter out the list to show only the records where the parent field value is same as the record opened. I just need a little help with how to set the varaible to use the value of the parent field from the record opened and how to add that to my query filter.
- Sangeeta Bhatia
- November 02, 2015
- Like
- 0
- Continue reading or reply
Need help w a VF custom controller code- trying to set the value of a variable from the value of a field on the record opened
Hi All I am very new to Apex and VF code.I am new to VF. I have a custom object called 'Installed Base' with a field called parent IB. I want that when someone opens an Install Base record, all the siblings should be displayed, meaning records where parent IB value is the same should be listed out/displayed.I have VF page displayed via a custom button. I am not a coder but able to write a VF page and display it as button on record layout. Able to display the record values from the record that is open but not able to filter out the list to show only the records where the parent field value is same as the record opened. I just need a little help with how to set the varaible to use the value of the parent field from the record opened and how to add that to my query filter. Thanks.
- Sangeeta Bhatia
- November 02, 2015
- Like
- 0
- Continue reading or reply
Trying to update a field on a record if that record is selected in lookfield on another object.
Hi all I am very new to Apex code.I am able to do basic stuff but really struggling w this. Any help or code sample is appreciated.
Scenario- I have a custom object say DMContact, in that I have a contact look up field.
When any contact is selected in a DMContact record I want to flag that contact as being used in the DMContact.
So basically I want to retrieve the ID of the contact records selected in the look up field on the DNContact record, then go that contact record and update a checkbox field on Contact object called 'DMContact'.
Scenario- I have a custom object say DMContact, in that I have a contact look up field.
When any contact is selected in a DMContact record I want to flag that contact as being used in the DMContact.
So basically I want to retrieve the ID of the contact records selected in the look up field on the DNContact record, then go that contact record and update a checkbox field on Contact object called 'DMContact'.
- Sangeeta Bhatia
- February 06, 2015
- Like
- 0
- Continue reading or reply
Add Campaing to Lead upon create
I am new to Apex. I need to write a code where when a new lead is created, if the lead source = Chat, i want to add a campaing called "chat" to this lead record. Can someone please help me with this code. thanks.
- Sangeeta Bhatia
- January 12, 2015
- Like
- 0
- Continue reading or reply
Trying to update a field on a record if that record is selected in lookfield on another object.
Hi all I am very new to Apex code.I am able to do basic stuff but really struggling w this. Any help or code sample is appreciated.
Scenario- I have a custom object say DMContact, in that I have a contact look up field.
When any contact is selected in a DMContact record I want to flag that contact as being used in the DMContact.
So basically I want to retrieve the ID of the contact records selected in the look up field on the DNContact record, then go that contact record and update a checkbox field on Contact object called 'DMContact'.
Scenario- I have a custom object say DMContact, in that I have a contact look up field.
When any contact is selected in a DMContact record I want to flag that contact as being used in the DMContact.
So basically I want to retrieve the ID of the contact records selected in the look up field on the DNContact record, then go that contact record and update a checkbox field on Contact object called 'DMContact'.
- Sangeeta Bhatia
- February 06, 2015
- Like
- 0
- Continue reading or reply
Add Campaing to Lead upon create
I am new to Apex. I need to write a code where when a new lead is created, if the lead source = Chat, i want to add a campaing called "chat" to this lead record. Can someone please help me with this code. thanks.
- Sangeeta Bhatia
- January 12, 2015
- Like
- 0
- Continue reading or reply