Question
Selective Insurance Group Inc
IN
Last activity: 9 Nov 2022 7:49 EST
Configuring the OAddinManifest.xml file for Outlook Office add-in in Pega
Hi Everyone,
We have few questions in OAddinManifest.xml file configuration for Outlook Office add-in.
Added the Exchange Outlook Integration component in our application for outlook integration.
Please clarify on below questions in OAddinManifest.xml file.
1. Where does this GUID come from? Can it just be any GUID we want?
<!-- IMPORTANT! Id must be unique for your add-in, if you reuse this manifest ensure that you change this id to a new GUID. --> <Id>ba27b898-3875-4d50-9b1a-20924b8802fc</Id>
2. What version is this setting relating to (PEGA or the outlook plugin)?
<!--Version. Updates from the store only get triggered if there is a version change. --> <Version> Proprietary information hidden</Version>
3. What is the app domains list for specifically? Is this the organization domain or specific PEGA instance (DNS)?
<!-- Domains that will be allowed when navigating. For example, if you use ShowTaskpane and then have an href link, navigation will only be allowed if the domain is on this list. --> <AppDomains> <AppDomain></AppDomain> </AppDomains>
4. What is the function file for? <bt:Url id="functionFile" DefaultValue=https://crm-dev-3.rpega.com:8443/AddIn/Functions/FunctionFile.html/>
Any documentation covering the attributes and values of the OAddinManifest.xml would be great.
Hi Everyone,
We have few questions in OAddinManifest.xml file configuration for Outlook Office add-in.
Added the Exchange Outlook Integration component in our application for outlook integration.
Please clarify on below questions in OAddinManifest.xml file.
1. Where does this GUID come from? Can it just be any GUID we want?
<!-- IMPORTANT! Id must be unique for your add-in, if you reuse this manifest ensure that you change this id to a new GUID. --> <Id>ba27b898-3875-4d50-9b1a-20924b8802fc</Id>
2. What version is this setting relating to (PEGA or the outlook plugin)?
<!--Version. Updates from the store only get triggered if there is a version change. --> <Version> Proprietary information hidden</Version>
3. What is the app domains list for specifically? Is this the organization domain or specific PEGA instance (DNS)?
<!-- Domains that will be allowed when navigating. For example, if you use ShowTaskpane and then have an href link, navigation will only be allowed if the domain is on this list. --> <AppDomains> <AppDomain></AppDomain> </AppDomains>
4. What is the function file for? <bt:Url id="functionFile" DefaultValue=https://crm-dev-3.rpega.com:8443/AddIn/Functions/FunctionFile.html/>
Any documentation covering the attributes and values of the OAddinManifest.xml would be great.
Thank You.