Hi everyone,
We're trying out Portals on a Community Edition. We've set up a test form on an interface, DSE, web-api, connected system, and integration. Portal publishes, works, looks good.
But on a Community Edition environment, how do I get an import customization file that's needed for the Portal to save info from the test form? The usual ways https://docs.appian.com/suite/help/22.1/Managing_Import_Customization_Files.html#download-a-template-file aren't available in the Community Edition. As I understand, I can't save info from the Portal to my data store without it.
Many thanks,
Uel
Discussion posts and replies are publicly visible
Last week there was a similar conversation here. I suggest to contact Appian.
Thanks Stefan. I did email and there reply:
Hi Uel, Unfortunately, we are unable to help with project specific issues, but you are welcome to post questions as discussion posts on Community or take courses on Academy Online. Additionally, here is the link to our Documentation. Best,Appian Community Edition Support Team
Hi Uel,
Unfortunately, we are unable to help with project specific issues, but you are welcome to post questions as discussion posts on Community or take courses on Academy Online. Additionally, here is the link to our Documentation.
Best,Appian Community Edition Support Team
Peter Lewis Can you do something about this? This is running in circles.
I do not know of a way to somehow get that template without export.
Sorry for the confusion in getting this set up! We are looking to make both the product and the documentation better in this area.
For now, there are 2 ways you can get get the integration to web API connection working on a Community Edition site:
getcontentobjectdetailsbyid(cons!<your connected system constant name>)
Take the UUID, and add it to a text file like is listed below along with your API key. This .properties file can be uploaded with your portal to enable integrations to connect back to your site. (Make sure you have enabled editing file extensions, and save it as a .properties file.
## Connected System: <your connected system name>
connectedSystem.<your connected system UUID>.baseUrl=<your site URL>
connectedSystem.<your connected system UUID>.apiKeyValue=<your API key>
Thank you so much for this tip alex.ladue.
The second option requires the plugin "Content Tools" to be deployed.
Yes it does require the plugin "Content Tools" to be deployed, but I believe that is automatically deployed to Community Edition sites.