2.
a.
b.
c.
d.
3.
a.
b.
c.
d.
1.
2.
a.
b.
c.
d.
3.
a.
b.
i.
1.
Ensure Tacton CPQ allows the Microsoft Dynamics Certificates.
Go to .
Setup > Certificates
In the "Test Connection" panel, enter the URL as: and click "Test".login.microsoftonline.com
Certificates are added to the list of failed certificates.
Click "Install" for all the records.
Create an Integration Endpoint.
Go to .
Setup > Integration Endpoints
Click "Add Endpoint".
Select Type as "Integration to Dynamics", enter Name and click "Connect".
Add the consumer key and secret from your Azure connected app.
The OAuth Callback URL will be used as Redirect URL in your connected app on Azure Note:
Portal as mentioned above.
You can have different OAuth keys for different environments. For example, if you want Note:
to use a in Microsoft Dynamics for your Tacton CPQ Ticket Testing you can set sandbox
another consumer key and secret for that.
Create Your First Trampoline in Tacton Administration
Go to Tacton Administration and create a ticket.
Create a trampoline. For more information and creation of advanced trampolines, see reference
manual for trampolines.
Go to .
Sales Process > Integration >Trampolines
Click "Add Trampoline".
Enter Name and select the Integration Connection you created earlier.
Add a simple hello world message.
main {
showDebug(true);
print("Hello World!");
}
Copy the trampoline URL, this URL will be called from your button in Dynamics.
If you want to test against the Ticket Test Environment copy URL in "This Ticket".
If you want to test against a (static) connected Environment in CPQ, copy URL for that
environment.
This alternative also requires that the Ticket is completed, committed into Version
Master, version is released to Connected Environment.
Create Unm anaged Solution in Dynamics
You cannot modify the components in the installed Managed Solution. Instead, you have to create an
unmanaged version and move components to it.
Make sure that your connected app in Azure Portal is ready with consumer key and secret.