Creation of a link for the first access of a new user without give the user a password and forcing
var rtk = utils.getEncodedRtk("applicationId=" + APPLICATION_ID + "&companyId=" + COMPANY_ID + "&siteId=" + SITE_ID + "&username=" + USER_ID + "&password=" + PASSWORD + "&forgotpwd=Y" + "&appTitle=" + APP_TITLE);
var firstLoginUrl = utils.getParameter("PLATFORM_BASE_URL");
firstLoginUrl += '/4ws/index_app.jsp?rtk=';
firstLoginUrl += rtk;Last updated