• Nilesh Soor
  • NEWBIE
  • 10 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
Hi,

How do I upsert Account & its Contacts at the same time using Bulk API ?
Creation of External Id is the only way to upsert Account & its Contacts at the same time using Bulk API ?

Thanks,
Nilesh
Hi,

I have embeded external node/react application into Salesforce's Tab using Canvas/Visual force page.
Visual Force Page Code:
<apex:page sidebar="false" >

       <div id="myID"></div>
       <apex:canvasApp applicationName="MyApp" containerId="myID" width="100%" maxHeight="infinite"/>
</apex:page>


Some of pages in my external application is having more than 2000px height.
I tried using Sfdc.canvas.client.resize feature but doesnt worked!

am I doing something wrong ?? Please suggest.

Thanks,
Nilesh
 
Hi,
We are planning to build external app which will be intergrated in Salesforce Tab.
Is it possible to add Canvas App into the Salesforce Tab?

Thanks
Hi,

I have embeded external node/react application into Salesforce's Tab using Canvas/Visual force page.
Visual Force Page Code:
<apex:page sidebar="false" >

       <div id="myID"></div>
       <apex:canvasApp applicationName="MyApp" containerId="myID" width="100%" maxHeight="infinite"/>
</apex:page>


Some of pages in my external application is having more than 2000px height.
I tried using Sfdc.canvas.client.resize feature but doesnt worked!

am I doing something wrong ?? Please suggest.

Thanks,
Nilesh
 
Hi,
We are planning to build external app which will be intergrated in Salesforce Tab.
Is it possible to add Canvas App into the Salesforce Tab?

Thanks