ericbirdsall
10/25/2024, 3:56 PMbeforeSubmit
function attached to the custom record.
All the beforeSubmit
function does is log out context.type
When the record is updated from the map/reduce script, the values are updated, but the user event beforeSubmit
function is not firing (nothing is being logged)
When I edit and save the custom record in the UI, the context is logged. ..
When I use record.submitFields
on the record (just in the console), the context is logged....
Context Filtering -> Execution Context on the Script Deployment includes Map/Reduce
Anyone know why this could be happening?Anthony OConnor
10/25/2024, 3:59 PMAnthony OConnor
10/25/2024, 3:59 PMericbirdsall
10/25/2024, 4:00 PMericbirdsall
10/25/2024, 4:00 PMAnthony OConnor
10/25/2024, 4:00 PMAnthony OConnor
10/25/2024, 4:01 PMericbirdsall
10/25/2024, 4:01 PM_context_.newRecord.id
would exist even on "xedit", right?Anthony OConnor
10/25/2024, 4:01 PMAnthony OConnor
10/25/2024, 4:03 PMAnthony OConnor
10/25/2024, 4:03 PMAnthony OConnor
10/25/2024, 4:06 PMAnthony OConnor
10/25/2024, 4:12 PMerictgrubaugh
10/25/2024, 4:38 PMStatus
on the UE? It needs to be `Released`; if it is Testing
, the other two UI contexts would still fire, but the MR would not.
What is the Audience on the UE?Anthony OConnor
10/25/2024, 4:52 PMif it is, the other two UI contexts would still fire, but the MR would not.Testing
erictgrubaugh
10/25/2024, 4:53 PMericbirdsall
10/25/2024, 4:54 PMericbirdsall
10/25/2024, 4:55 PMAnthony OConnor
10/25/2024, 4:56 PMericbirdsall
10/25/2024, 4:58 PMericbirdsall
10/25/2024, 4:58 PM//greg
10/25/2024, 6:45 PM//greg
10/25/2024, 6:47 PM