function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sfdc Project 17Sfdc Project 17 

vf page compatible in lightning

I want to create a VF Page compatible in Lightning to allow user to upsert the opportunity records in salesforce
using the excel sheets(csv file),
please help
v varaprasadv varaprasad
Hi 

You can add the following tag to visual force page .this tag will help you to convert vf to lighting page.

<apex:page lightningStylesheets="true">

please let me know in case of any other assistance.

Thanks
Varaprasad
Sfdc Project 17Sfdc Project 17
Hi Varaprasad,
        
        Can you help me in this
        
        suppose i am inserting an opportunity, i want to check if any opportunity exist with same name.
        i need to upsert record if the opportunity exist with same name        
        and insert record if not exist with same name
        
        Thanks in advance