You need to sign in to do that
Don't have an account?

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
using the excel sheets(csv file),
please help
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
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