cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Survey Summary Adobe LiveCycle Designer form

794

We want to add account and owner fields in survey summary form like visit summary form.

"FormSurveySummary" Data Connection of survey summary form does not contain binding with Account field and Owner field.

In Visit Summary form the data binding of Account field is: $.ActivityVisitSummary.ActivityParty[*].FormattedName

Data binding of Owner field: $.ActivityVisitSummary.EmployeeResponsibleParty.FormattedName

Can we do the same connection in survey summary form? How that "Data Connection" is implemented?

Otherwise can we add extension field on Survey summary form ?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member462346
Participant
0 Likes

Hi Antria,

These standard bindings are defined by the application development and are related to the XML file that is generated to send information from the application to the form. When a field is enabled in the XML structure it will then have a binding equivalent to its path in the XML structure.

So for example if you're not seeing the Account and Owner fields available for Survey Results summary form that's because the development did not make them available in the XML of the Survey.

You can open a request to have those fields to be part of the Survey on the Customer Influence portal: https://influence.sap.com/SAPCloudforCustomer.

Another approach would be as you mentioned to create an extension field. After creating the field and adding it to let's say, a Visit, you can open the Field Definition of this extension field and go to Form Templates tab.

In Form Templates tab you can edit and then select the Survey form to make that given extension field become a part of Survey XML structure, hence creating a binding for you to add it to the form.