my UE script loads a saved search and grabs a field value from a case record and updates the related lead record. It does update whatever it finds in the search, but not the newly created record. Anyway, I can get around this? Or must I do this without the saved search?
n
Nik
01/31/2019, 12:54 PM
Sounds weird. Just out of curiosity, what does the search have and how many records are there?
I won't recommend doing that in a UE
s
samyt
01/31/2019, 1:40 PM
I would suggest you can populate the field using the saved search
m
mg2017
01/31/2019, 2:13 PM
so let's say i have 3 records. once my script runs on the next creation of a lead - it will update the 3 that exists but not the new one...
r
rustyshackles
01/31/2019, 7:28 PM
What event is the script on?
m
mg2017
01/31/2019, 7:35 PM
it's on the lead record. i didn't get very far so decided to not use a saved search and instead just check the lead record on an after submit. just need to figure out how to load the sublist case from the lead
n
Nik
02/01/2019, 4:14 AM
Wanted to know what are those 3 records? and how are they related to your lead record?