Hi, I’m creating a user event script and i’m tryin...
# general
m
Hi, I’m creating a user event script and i’m trying to access field data inside the context.newRecord and context.oldRecord objects. I can access the ‘id’ and ‘type’ properties, but i can’t access any of the data inside the ‘fields’ property. i get an undefined error. Anyone know why this is? The weird thing is when i log the entire object, i can see the fields property and all its data, i just can’t reference any of it