how to add surveys created from Assessment Metric Type table in service portal

sreejith_nair12
Mega Contributor

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

1 ACCEPTED SOLUTION

Rushit Patel2
Tera Guru

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.


find_real_file.png



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


find_real_file.png



if you open that url..it would look like below


find_real_file.png



(please mark helpful/like/correct if it helps)


View solution in original post

2 REPLIES 2

Rushit Patel2
Tera Guru

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.


find_real_file.png



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


find_real_file.png



if you open that url..it would look like below


find_real_file.png



(please mark helpful/like/correct if it helps)


Than you Rushit , this works!