https://login.salesforce.com/?startURL=%2Fpackaging%2FinstallPackage.apexp%3Fp0%3D04t600000001gWU&crc=1.





















































































Go to setup   Customize   Opportunity   'Buttons, Links and Actions'  New Button or Link.
Enter the below mentioned details and save to create two buttons.
Label: Update Opportunity To QBOE_New
Behavior: Execute JavaScript
Display Type: Detail Page Button
OnClick JavaScript: 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_Idc}&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");














Label: Update Invoice from QBOE_New
Behavior: Execute JavaScript
Display Type: Detail Page Button
OnClick JavaScript: 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_Idc}&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");

Go to setup   Customize   Opportunity   'Page Layout'   Edit the Page Layout.










































































Go to setup   Customize  Product   'Buttons and Links'  New Button or Link.
Enter the below mentioned details and save to create two buttons.
Label: Product To QBOE_New
Behavior: Execute JavaScript
Display Type: Detail Page Button
OnClick JavaScript: var URL ="{

!$User.AVSFQB__QBOE_DBSync_Server__c\}/qboe.m?sessionId=\{!
$Api.Session_ID}&sfUrl={
!$Api.Partner_Server_URL_140\}&qboeCT=\{!
$User.AVSFQB_QBOE_Connection_Ticketc}&pdl=processdefinition_SFQB_Item.xml&recordId={
!Product2.Id\}&dbsyncId=\{!
$User.AVSFQB
DBSync_Idc}&profileName={
!$User.AVSFQB__DBSync_Profile__c\}&dbsyncPasswd=\{!
$User.AVSFQB
DBSync_Passwd_c}"; window.open(URL,"DBSync","menubar=0,resizable=0,width=650,height=300");