My Stuff
Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comments
-
@ferb that's what I thought. But seeing different answers online so I wanted to check with the support and other developers if possible or not. Thank you for the help!
-
@Red Velasco-Oracle I tried Entry, Before Record Load, Before Record Submit, After Record Submit in the trigger on. None of these worked. Please see screenshots. Just wanted to mention, though it's also in the first screenshots I sent, I selected ALL (everything) in the trigger type in the workflow level.
-
@Red Velasco-Oracle thanks! I hit the button too soon. I just updated the description. Hope someone can help.
-
@Richard James Uri-Oracle thanks for the response! the inventory number is only required for serialized or lot number. That's why I emphasized that this is an inventory item that uses a bin(only). Anyway, I was able to make it work. I removed the subrecord (for inventory detail) and added enableSourcing :…
-
Thanks @Richard James Uri-Oracle for the help! I tried that but still get the same error. Please see below the complete error message. Thank you! Here's what I did: var recId = rec.save({ enableSourcing : false, ignoreMandatoryFields: true}); Here's the complete error message:…