How do I request a Support Portal Login for a new staff member?

var sourceArgs = {
          product: "Cross-Product",
          source: "Cross-Product/Knowledge_Articles/How_do_I_request_a_Customer_Center_and_Support_Portal_Login_for_a_new_staff_member%3f"
};

template("Custom/Views/ContentReuseSource", sourceArgs);

In order to use another article's content: 1. in the dekiscript section below, replace hash signs in the quotations, with the path to the source article, in that format: /// so the final code, would look like (for example): wiki.page("/Alma/Knowledge_Articles/Tips_for_Advanced_Document_Searching") 2. Consider the Page Setting part, as it isn't linked to the source article: * Product should be changed * tags?

wiki.page("/Cross-Product/Knowledge_Articles/How_do_I_request_a_Customer_Center_and_Support_Portal_Login_for_a_new_staff_member%3F", NULL)