Download PDF
Download page Creating a New Admin Setting.
Creating a New Admin Setting
Admin Settings are system properties that have different values, and you can use them for different purposes. You must configure admin settings to meet the business objectives of your implementation along with Custom Settings.
Field | Description |
---|---|
SPAClientId | A single-page application ID. Enter the SPAClientId that you generated after configuring the UI To API configuration. |
OrganizationId (optional) | Enter the Conga Organization ID that you captured after tenant onboarding. To view the organization ID, see the "To capture Conga Organization Display Name and Organization ID" section in Tenant Onboarding. |
OrganizationFId (optional) | Your Conga organization's friendly ID. Friendly ID is formatted as <Conga org display name-org Id>. For more information, see the "To capture Conga Organization Display Name and Organization ID" section in Tenant Onboarding. |
UserId (optional) | Enter the user ID that is created on the Conga Platform. To view the user ID on the Conga Platform, log in to Conga Platform as administrator, then go to Admin Console > Users > Click on the desired username. |
InstanceURL | Conga organization instance URL. Use any of the following URLs per your Conga instance:
|
UIInstanceURL | Conga Organization UI instance URL. Use any of the following URLs per your Conga instance:
|
UpsertQuotesEndpointURL | The upsert quotes URL.
|
LoginURL | Your Conga Platform login URL.
|
Enter the following endpoints only when you use X-Author for Excel, Conga Sign, and Composer applications along with CPQ. These endpoints are specific to the connected environment. Reach out to the Conga CloudOps team for the endpoints. | |
XAEndpoint | For production: https://xauthor-prod-rls10.congacloud.com For preview environment: For staging environment: https://xauthor-stg.congacloud.io |
SignEndpoint | |
ComposerEndpoint |
To configure a new admin entry
- Click the App Launcher icon (), enter Admin, and select Admin.
- Click New.
Enter the following details:
Field
Value
Name APTS_RLPInstanceSettings Value Leave this field blank. Code Enter the code. Below is an example of a code whose values are specific to the connected/preview environment.
{ "SPAClientId": "technicalpublicationteam-spa", "OrganizationId": "c7552ce4-a380-45b0-9c8a-022d2eafa7df", "OrganizationFId": "auert00000004wfoai-c7552ce4-a380-45b0-9c8a-022d2eafa7df", "UserId": "769d5e44-ef45-cb0d-dd3c-1f046feded1c", "InstanceURL": "https://preview-rls09.congacloud.com", "UIInstanceURL": "https://preview-rls09.congacloud.com/ecpqui", "UpsertQuotesEndpointURL": "https://preview-rls09.congacloud.com/api/quote/v1/quotes/upsert-quote", "LoginURL": "https://login-rlspreview.congacloud.com", "XAEndpoint": "https://xauthor-stg.congacloud.io", "SignEndpoint": "https://coreapps-rlspreview.congacloud.com", "ComposerEndpoint": "https://coreapps-rlspreview.congacloud.com" }
CODE- Click Save. Your new admin setting is saved and added.
Next Step: Create a new Auth. Provider