Now when i am trying to sign in it showing
ERROR (400)
For input string: "undefined"
plz help..
Hi Somjit,
To create a login page, you must make your Web Interface as “public”. In order to do this, go to implementation tab of your Web Interface & set visibility as public. Also along with login & password text box on your WI, you need to take one more text input P_target where you need to initialize the url you want to redirect on login as default value.
Thanks & Regards
Bidisha Das
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/29fb5537-006c-4864-8221-62ccb32e1093%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/24a-kaN2AbQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/CAMGV9zsckSjO658vTuprUnN8JJmUCqXxhHN%3DpUsiquUZ9G2JWw%40mail.gmail.com.
Hi Bidisha,I have the WI as public but could you give the screenshot of this part ("with long with login & password text box on your WI, you need to take one more text input P_target where you need to initialize the url you want to redirect on login as default value.")
On Mon, Jun 30, 2014 at 2:48 PM, Bidisha Das <bd...@runmyprocess.com> wrote:
Hi Somjit,
To create a login page, you must make your Web Interface as “public”. In order to do this, go to implementation tab of your Web Interface & set visibility as public. Also along with login & password text box on your WI, you need to take one more text input P_target where you need to initialize the url you want to redirect on login as default value.
Thanks & Regards
Bidisha Das
On Mon, Jun 30, 2014 at 2:00 PM, <banerjee...@gmail.com> wrote:
I have created a custom login page using this link
http://docs.runmyprocess.com/Developer_Guide/Web_Interface/User_Experience/Custom_Login_Page
Now when i am trying to sign in it showing
ERROR (400)
For input string: "undefined"
plz help..
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
--
Fujitsu - RunMyProcess
---
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/29fb5537-006c-4864-8221-62ccb32e1093%40runmyprocess.com.
For more options, visit https://groups.google.com/a/runmyprocess.com/d/optout.
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to a topic in the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/a/runmyprocess.com/d/topic/supportforum/24a-kaN2AbQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to supportforum+unsubscribe@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
if (P_target.indexOf("?") != "-1") {
window.location = P_target + "&from=google&domain=" + "[[google_domain]]";
}
else {
window.location = P_target + "?from=google&domain=" + "[[google_domain]]";} It worked for me.Check it out.And ya,you can add the domain to your account through configuration->new domain.That would allow you to access RMP through that domain.
Thanks & Regards
Bidisha