Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Submit to rest endpoint

Avatar

Level 4

Hi all,

 

I am in the process of creating an AEM Form for comments and after submission I want the data collected to be sent to a SharePoint list. Is it possible for me to submit the data collected using the "Submit to rest endpoint" option to a SharePoint list?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@StrawHatM23 

Sharepoint integration was possible with AEM Forms JEE stack OOTB[0], but there is no reference implementation for Forms on the OSGi stack though there is a Sharepoint connector provided[1]. 

Along similar lines, AEM forms data integration provides an OData cloud service configuration to integrate Forms with both online and on-premises Microsoft Dynamics server. You can check if that fits the requirement.

 

[0] - https://experienceleague.adobe.com/docs/experience-manager-65/forms/administrator-help/connect-conte... 

[1] - https://experienceleague.adobe.com/docs/experience-manager-64/administering/integration/sharepoint-c... 

View solution in original post

0 Replies

Avatar

Correct answer by
Employee Advisor

@StrawHatM23 

Sharepoint integration was possible with AEM Forms JEE stack OOTB[0], but there is no reference implementation for Forms on the OSGi stack though there is a Sharepoint connector provided[1]. 

Along similar lines, AEM forms data integration provides an OData cloud service configuration to integrate Forms with both online and on-premises Microsoft Dynamics server. You can check if that fits the requirement.

 

[0] - https://experienceleague.adobe.com/docs/experience-manager-65/forms/administrator-help/connect-conte... 

[1] - https://experienceleague.adobe.com/docs/experience-manager-64/administering/integration/sharepoint-c... 

Avatar

Employee Advisor

@StrawHatM23 Sharepoint have lot of rest endpoints, you can create a servlet submit form data to your submit and post only the comments and related info to the share point endpoint

 

https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/complete-basic-operations-using-sharepoin...