Send External Object or Call External Action error
0
Hello,Im creating new apps where there is a backend app that has the entities in it and other apps where customers uses non persistable entities and when submitting im committing using OData, so the commit (Send External Object) activity breaks, so does the call external actionAs per the attachment, when I reach to one of these activities I get Mendix Identifier issue, what can be the issue?
asked
Khalil Resheq
1 answers
0
is your object is migrated or inserted by any of your script,
If object is not created by mendix and you're updating it, identifier is not known to mendix.
Better to share your object detail and error for more understanding.