Need to introduce a new field... what's the quickest way to update all the customer pages... there's around 400,000 profiles hence
n
Nathan L
07/01/2023, 1:05 PM
Probably a map reduce script. Just get all customers in a search for your getInput
Then record.submitField for your map stage.
Nathan L
07/01/2023, 1:06 PM
And just make sure you uncap your concurrency limit on the script deployment
m
Maximiliano
07/01/2023, 5:47 PM
thanks Nathan, how do I uncap concurrency limit on the script deployment? is the concurrency limit usually 10000?
Maximiliano
07/01/2023, 5:47 PM
and how long would it take do you reckon?
n
Nathan L
07/01/2023, 5:51 PM
It’s just this field here on the script deployment record. It depends on what your service tier is on how many you have. I think base is 2
Hard to say how long it would take since it depends on any other customizations you have in the account. But you can expect it to be several hours at least