• Joseph Alston
  • NEWBIE
  • 0 Points
  • Member since 2023

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
I have a below VF code for javascript button this is working in classic but in lightning it's not working , Please suggest me how to enable this code for Lightning.
 
<input type="button" value="New Program" class="btn" onClick="createNewProgram();" title="New Marketing Program record"/>

function createNewProgram() {
  window.open('{!URLFOR($Action.Marketing_Programs__c.New)}', '_new');
}

 
does upsert support more than one 'external id field'? Because We have a scnario where we have a composite key comprising of 2 fields in salesforce Object, which should form the basis for deciding Update/Insert Operation.

We may have asked this question a year ago, at that time we have been told that this feature had not been supported.

Since Salesforce v15 is around the corner, we would like to know if this feature has been included in this coming release. If it has been included, would you please give us any information on how to use this new feature? It is better if you could create us a pre-release testing account. But if it has not been included, would you please tell us is there any workaround for this situation?