- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2024 12:39 PM - edited 10-30-2024 05:43 AM
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 05:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2024 05:18 AM
Resuelto: faltaba modificar api post
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
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.