• SFDC ADM 7
  • NEWBIE
  • 20 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 12
    Questions
  • 6
    Replies

Hi All,
I am getting record types by using below list

List<RecordType> recList= new List<RecordType>([select id, name from recordtype where sobjecttype='obj1__c']);

I want to show this values in apex:select. How can I do this

I tried some ways, but not working.
Please help me

Thanks in Advance!!

Hi All,
I want to show record type list inn visualforce page. When ever I selected some record type, I want to render page block section based on record type selection in the same visualforce page.

How can I do this?
Please help me
Thanks in Advance
Hi All,
I want to implemet look up search in Visualforce page. My requirement is,
I want to search data in parent data with multiple fields. In visualforce page I want to add these fields with radio buttons. If any of field value is matching then I want to display all matching records. 
For all matching records I want checkbox before to the record. I want to have a save button on this page.
whatever I selected matching records by using checkbox and when clicked on save button, I want to create these records in child object.
How can I do this?
Please help me
Thanks in Advance!!

Hi All,
I want to implemet look up search in Visualforce page. My requirement is,
I want to search data in parent data with multiple fields. In visualforce page I want to add these fields with radio buttons. If any of field value is matching then I want to display all matching records. 
For all matching records I want checkbox before to the record. I want to have a save button on this page.
whatever I selected matching records by using checkbox and when clicked on save button, I want to create these records in child object.
How can I do this?
Please help me

Thanks in Advance

Hi All,
I have look up filed in custom object.
My requirement is I want to see two search layouts based on results. The keyword what I am entering is matching with parent data then I want to show some search layout and the keyword what I entered is not matching parent data then I want to show different search layout.

Is it possible to this through configuration or development?
If yes, please let me know how to do it?

Thanks in Advance!!
Hi,
How can I align page block table title into centre

<apex:pageblock title="Main title"> 

title in page block want show in center, how to do this?
Please help me

Thanks in Advance
Hi All,
When I click on command button I am showing data in outputtext
Data which is showing in output text I want to show it in JSON format.
How can I do this one?
Please help me

Thanks in Advance
Hi All,
I am planning learn Finance force from end to end.
Can someone please suggest me any material and how to start this?
Please share me if you have any links or posts related to this.

Thanks in Advance!!!
 
Hi,
I am very new to salesforce
I have two inputtext on visualforce page and a search button
I have one custom object as Object1__c.
When I click on search button I want to check first name and last name in Object1__c. If it exists then it should display details.
If it is not exists, I want to display error message.
How can I do this?
Please help me

Thanks in Advance
Hi All,
I am new to trigger. This is my requirement
I have one field in parent object (P1__c). This is long text
I have 4 fileds in child object. (C1__c, C2__c, C3__c, C4__c). All these are text fields
Whenever I updated all child fields, I want to merge these four fields and I want to put it in parent filed.
If I change parent for child recrds, I want to remove that value and I want to update in new parent recod fields.

Please help me. It is urgent.

Thanks in Advance!!
 
Hi All,
I am new to lightning
I have two fields on UI.
both are look up. If I select one value in first field. I want to auto populate second field. Each record in first object have only one related record in second object.

How can I do this in Lightning?
Please help me
Thanks in Advance
 
Hi All,
I am new to salesforce.
I have defined recordtypeid in one class. I want to to call this id in SOQL query of another class. like in where condition of SOQL query.
How to this. This is my sample code.
 
public class A{
public static final Id RT_Parent = getRecordTypeId('MarketingRT', 'Obj1__c');
​}
public class B{
Obj1__c o=[SELECT Id FROM obj1__c WHERE  RecordTypeId =: ]
​}

I want to declare recordtype id in class A and I want to call it in class B. How to do this?

Please help me

Thank you in Advance
 

Hi All,
I want to implemet look up search in Visualforce page. My requirement is,
I want to search data in parent data with multiple fields. In visualforce page I want to add these fields with radio buttons. If any of field value is matching then I want to display all matching records. 
For all matching records I want checkbox before to the record. I want to have a save button on this page.
whatever I selected matching records by using checkbox and when clicked on save button, I want to create these records in child object.
How can I do this?
Please help me

Thanks in Advance

Hi,
How can I align page block table title into centre

<apex:pageblock title="Main title"> 

title in page block want show in center, how to do this?
Please help me

Thanks in Advance
Hi All,
When I click on command button I am showing data in outputtext
Data which is showing in output text I want to show it in JSON format.
How can I do this one?
Please help me

Thanks in Advance
Hi All,
I am new to trigger. This is my requirement
I have one field in parent object (P1__c). This is long text
I have 4 fileds in child object. (C1__c, C2__c, C3__c, C4__c). All these are text fields
Whenever I updated all child fields, I want to merge these four fields and I want to put it in parent filed.
If I change parent for child recrds, I want to remove that value and I want to update in new parent recod fields.

Please help me. It is urgent.

Thanks in Advance!!
 
Hi All,
I am new to lightning
I have two fields on UI.
both are look up. If I select one value in first field. I want to auto populate second field. Each record in first object have only one related record in second object.

How can I do this in Lightning?
Please help me
Thanks in Advance