cancel
Showing results for 
Search instead for 
Did you mean: 

Error: key property does not have an output mapping in the query operation

Former Member
0 Kudos
1,867

Hi Team,

Even thou I have done mapped an input parameter, I am getting below error. Please help.

Thanks,

Madhu M V

Accepted Solutions (1)

Accepted Solutions (1)

former_member184867
Active Contributor
0 Kudos

The error is justified as you have not mapped the 'Uname' field from the return structure.

In the mapping you need to add two 'Uname' field

1. first 'Uname' field will be mapped to 'Uname' input parameter of the function modeule, which you have done and this is correct.

2. There has to be one more 'Uname' field in your 'ET_WORKORDER_RETURN' which needs to be mapped to 'Uname' field , this is something which has not been done.

Refer to ,  section

Task 6: Map Data Model to Data Source

Refer to 3rd screenshot under

Step 1: Create the Mapping for the EntitySet AttaendanceAbsenceTypeSet

Former Member
0 Kudos

Thanks so much

Answers (0)