April 21, 201213 yr Newbies what is the easiest way to update fields that use the Get URL as Text script, in case the websites have changed their content? Thanks!
April 23, 201213 yr The easiest way is probably to use an unstored calculation field. Not necessarily the best way though... You could for instance run a server-side script every so often or use an on record load script trigger. Maybe you can explain the scenario in some more detail?
April 23, 201213 yr Author Newbies thanks David, I ended up making a script that cuts the content of the field with the URL address in it, places it in a temporary field, cuts it back from there and pastes it back into the original field. That seems to update the other field with raw html code (for which I used Get URL as Text). hans
Create an account or sign in to comment