Hi all, a question regarding an assistant suitelet...
# suitescript
x
Hi all, a question regarding an assistant suitelet. How do I get the splash page to show? The documentation about it is a bit vague. I have it check if the stepnumber is null and if so then I have the below code. I don't get the splash page I just get step 1, what am I missing?
Copy code
assistant.setSplash({
                title: "Welcome Title!",
                text1: "An explanation of what this assistant accomplishes.",
                text2: "Some parting words."
            });
                context.response.writePage(assistant);
b
i too never got the spalsh page working in ss2
you can use ss1 to see what it should look like
x
Ah thanks battk, that is a bit of a bummer. luckily in this case I can live without the splash page.