2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OnClick JavaScript:

No Format
 var URL="{!$User.AVSFQB__QBOE_DBSync_Server__c}/qboe.m?sfUrl={!$Api.Partner_Server_URL_140}&
qboeCT={!$User.AVSFQB__QBOE_Connection_Ticket__c}&
pdl=processdefinition_SFQB_OpportunityTo{!Opportunity.AVSFQB__Generate_Object__c}.xml&
recordId={!Opportunity.Id}&dbsyncId={!$User.AVSFQB__DBSync_Id__c}&
profileName={!$User.AVSFQB__DBSync_Profile__c}&sessionId={!$Api.Session_ID}&
dbsyncPasswd={!$User.AVSFQB__DBSync_Passwd__c}";
window.open(URL,"DBSync","menubar=0,resizable=0,width=650,height=300");

...

Display Type: Detail Page Button

OnClick JavaScript:

...

No Format

var URL="{

...

!$User.AVSFQB__QBOE_DBSync_Server__c}/qboe.m?sfUrl={

...

!$Api.Partner_Server_URL_140}&
qboeCT={

...

!$User.AVSFQB__QBOE_Connection_Ticket__c}&
pdl=processdefinition_QBSF_InvoiceToInvoice.xml&
recordId={

...

!Opportunity.Id}&dbsyncId={

...

!$User.AVSFQB__DBSync_Id__c}&
profileName={

...

!$User.AVSFQB__DBSync_Profile__c}&
sessionId={

...

!$Api.Session_ID}&dbsyncPasswd={

...

!$User.AVSFQB__DBSync_Passwd__c}";

...

window.open(URL,"DBSync","menubar=0,resizable=0,width=650,height=300");


  • These new buttons along with the other required fields should be included in the page layout by following the below steps.

...