Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

HELP - Add new custom fields in idea portal - Data Lost

Juan Ignacio Z
Tera Expert

Good afternoon community, I am having a problem when I want to map the data of the new fields.

When the call is made to create or update the idea, it is not saving the new fields.

Debugging, I found that the requestParms is sent complete with the data but when it reaches the updateIdea or CreateIdea side of the include script, the JSON that arrives is missing the fields.

Any ideas on the possible problem?

1 ACCEPTED SOLUTION

Juan Ignacio Z
Tera Expert

Resuelto: faltaba modificar api post

View solution in original post

2 REPLIES 2

Juan Ignacio Z
Tera Expert

Resuelto: faltaba modificar api post

Hi @Juan Ignacio Z ,
I am facing the same issue. I have modified the Scripted REST Resource script, but the data is still not being mapped to the fields.

Could this be related to the Script Include that the API calls, IMCreateEditIdeaDataServiceSNC? It appears to be read-only, so I’m wondering if that could be the reason.