- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2017 03:45 AM
Hello Developers,
Can someone please guide me on how we can the surveys that we create on Assessment metric type table to self service portal?
Thanks,
Sreejith
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2017 05:55 AM
you need to configure below url.
/sp/?id=take_survey&type_id=8c3a2c44d7211100158ba6859e6103fe&instance_id=7a2a31cadb6c0300f485773ebf9619b5
here "sp" is portal suffix
type_id is survey type
instnace_id is sys_id of the instance.
you can find type_id and instance_id from survey instance record.
open any survey instance record which has state "ready to take".
click on view instance URL link.
copy value of parameter "sysparm_assesable_type" --> it is type_id
copy value of parameter ""sysparm_assessable_sysid" --?it is instance_id
if you open that url..it would look like below
(please mark helpful/like/correct if it helps)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2017 05:55 AM
you need to configure below url.
/sp/?id=take_survey&type_id=8c3a2c44d7211100158ba6859e6103fe&instance_id=7a2a31cadb6c0300f485773ebf9619b5
here "sp" is portal suffix
type_id is survey type
instnace_id is sys_id of the instance.
you can find type_id and instance_id from survey instance record.
open any survey instance record which has state "ready to take".
click on view instance URL link.
copy value of parameter "sysparm_assesable_type" --> it is type_id
copy value of parameter ""sysparm_assessable_sysid" --?it is instance_id
if you open that url..it would look like below
(please mark helpful/like/correct if it helps)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2017 09:01 PM
Than you Rushit , this works!