Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Not able to see "Associate Record" button on Walk up Experience for type "Walk up".

Neelavathi M
Tera Contributor

Hi,

User raised an incident stating that "Associate Record" button is not visible from Walk up experience with Type - "walk -up" but for other type like "Microsoft Team chat" user is able to see the button.

Roles checked for user:

sn_walkup.walkup_technician -- before user was having this role

 

After i gave below roles:
sn_walkup.walkup_manager

sn_walkup.walkup_admin

NeelavathiM_0-1746505845420.png

and checked Ui Action for "Associate Record" is OOB as i compared with PDI.
and no UI policy configured for hiding the "Associate Record" button.
Please let me know , what needs to be checked or which role is required for button visibility.



Appreciate your Response
Thanks


1 REPLY 1

mohdarbaz
Kilo Guru

Hi @Neelavathi M,

 

Ensure that UI Action condition should include the "walk-up" type as shown below:

current.type == 'walk-up' || current.type == 'Microsoft Team chat'  
 
Regards,
Mohd Arbaz.