
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2014 06:57 AM
Does anyone know how to prevent a record producer from creating a record?
I have an instance were if the user fills out certain fields it can be determined that they are referring to an existing record and we just want to update that record rather than creating a new one. I tried current.setAbortAction(true) and that did not work.
Anyone have any thoughts on this?
Solved! Go to Solution.
- Labels:
-
Service Mapping

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2014 07:14 AM
Ok, so now I feel kind of dumb, apparently current.setAbortAction(true) does work provided you do not have errors else where in your script causing an exception....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2014 07:14 AM
Ok, so now I feel kind of dumb, apparently current.setAbortAction(true) does work provided you do not have errors else where in your script causing an exception....