Activity Forums Salesforce® Discussions Salesforce Inline visualforce page with standard page layout Contact and child attachment

  • Salesforce Inline visualforce page with standard page layout Contact and child attachment

    Posted by sajid ali on November 20, 2017 at 12:35 pm

    Creating a visualforce page with two RadioButton  Attachment & Note when we check Attachment then show two input text Name & ContentType with a search Button .when we check Note then show Only One InputText Name with a search Button.

    when we are enter something text like (ac then return acem,acee,acee, all matching name use like %) and click search Botton then show all matching name with checkbox every record .and also we check selectAll record. Capture

    Manpreet replied 6 years, 2 months ago 2 Members · 1 Reply
  • 1 Reply
  • Manpreet

    Member
    January 17, 2018 at 4:05 am

    Hi sajid,
    You can very much implement this functionality.I would suggest you to use accordions or pageblocksections for this.You can use SOQL Query something like this :
    [SELECT AccountId, FirstName, lastname
    FROM Contact
    WHERE lastname LIKE 'appl%'];
    Thanks.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos