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

C4C - No Values filling in Adobe Form for Party node Extension Fields

anusiasubramani
Explorer
854

Hi Experts,

I got a requirement to add two custom fields to Party Node in Activities BO. The Same Fields has to be extended in the Form. I created the Extension fields and written the logic to fill the data. Able to add the fields in the Form as well(the new fields got extended in ContactParty Node of the Activities Summary Data Connection. When I execute the form Extension Fields are not getting populated. I could see the values of the extension fields by executing the query(QueryBYElements) in Repository View (SDK). I am sure the values are available in Database, But only not displaying in Form.

Is there a way to check the mapping of fields in the forms to the backend Std BO. The Data Connection structure and backend Standard BO structure seems entirely different.

Is there a way to debug the Form through Adobe live cycle designer.

Experts advice needed on this.

Thanks & regards,

Anusia.

Accepted Solutions (1)

Accepted Solutions (1)

former_member206060
Contributor

Hi Anusia,

Have you confirmed that the Field Binding is correctly done and mapped to the right field? If this is done correctly, considering the values you are getting while querying in repository explorer, the field values in the form should also get fetched correctly.

Please review the Data Binding and still this is not working report an incident at SAP Support so that the team can check and let you know why the values are not being displayed in the form.

Thanks,

Dhanya

Answers (1)

Answers (1)

anusiasubramani
Explorer

Hi Dhanya,

Thanks for your comments. Yes the binding is done for the extension fields, It's mapped to a column in table.

Do you know any way to debug the adobe live cycle designer or the code that gets executed when we click on generate summary? Just little curious to know.

Regards,

Anusia.

former_member206060
Contributor
0 Likes

Hi Anusia,

There are few ways to debug in ALD, you can check out in youtube for some videos on the same. However if the value is not flowing to field even after correct binding, incident creation would be a best way to go about it.

Thanks,

DHanya