in 2.0 this will be ``` define(['N/redirect'], fun...
# suitescript
j
in 2.0 this will be
Copy code
define(['N/redirect'], function(redirect) {
    // ...
    redirect.toTaskLink({
        id: 'CARD_-29'
    });
    // ...
});