alien4u
01/07/2021, 4:56 PMpageInit
, create a Sales Order and select a Customer, enjoy how your Client Script(attached to the address form) is triggered and the browser console
complains about console
not being defined.
⢠From the same Client Script above do a record.submitFields
to another record which has a UE deployed, enjoy how the submitFields triggers an EDIT event and also how runtime.executionContext === runtime.ContextType.USEREVENT
. This is like saying an UE is being triggered by UE context (which should not be possible).creece
01/07/2021, 5:16 PMMTNathan
01/07/2021, 5:18 PMXEDIT
(unless it's a record type/field that isn't available for inline editing)?MTNathan
01/07/2021, 5:20 PMruntime.executionContext === runtime.ContextType.USEREVENT
bit seems weird to me as well, it would make context filtering in UEs trickier.creece
01/07/2021, 5:22 PMSandii
01/07/2021, 5:22 PMcreece
01/07/2021, 5:22 PMSandii
01/07/2021, 5:22 PMalien4u
01/07/2021, 5:26 PMsubmitFields
triggering UE, but triggering UE
with EDIT
event and also with runtime.ContextType.USEREVENT
when this is coming from a Client Script
is weird.creece
01/07/2021, 5:33 PMcreece
01/07/2021, 5:34 PMbattk
01/07/2021, 5:39 PMbattk
01/07/2021, 5:40 PMbattk
01/07/2021, 5:44 PMbattk
01/07/2021, 5:56 PMalien4u
01/07/2021, 6:03 PM