Looking for equivalent of (wRooms) in Mail Template

I have spent the last few hours searching this forum and racking my head against the wall looking for the Notes client form equivalent to the (wRooms) for which is for the web (I think).

This form is used when you click on the icon next to Rooms from a meeting invite. It pops up a form where you’ll see available rooms for each site. I am trying to customize this form a bit, but can’t seem to find the form. I can find the form used when searching for an available room, actually it’s a subform called (Room Resource Scheduler), but I can’t for the life of me find the form which is used when clicking the icon next to the room field in the Where section.

Please, have mercy on me and point me in the right direction. At this point, I would be elated to have someone point out how blind I was and tell me it’s right here goofball.

Subject: It’s a view, not a form.

Actually, they’re two special kinds of Picklist:@PickList([Room]) and @PickList([Resource]).

They show the corresponding view in the Domino Directory.

Just as you can’t change the standard address dialog, you can’t change these.

Subject: It’s a view, not a form. ([Rooms])/($Rooms)

So, I’m not that crazy after all. I found the views in the NAB, but couldn’t find the form which the view pops up within. It’s really funny, most all other boxes are available for you to tinker with.

Oh well, I found another way to do what I needed to do. I am trying to only show the location to which the user belongs to rather than a laundry list of all sites. We have many rooms per site as it is, and I wanted to only show releveant rooms per site. I slightly altered the code behind the button which calls the @Picklist([Rooms]) to a @Picklist([Custom]) using the same ($Rooms) view but utilizing the category name property. Since the ($Rooms) is categorized already, I just use the Location field on the form to set my Location/Site and pass that into the @Picklist.

I did this last night just in case I found out exactly what you told me.

Thanks for the reply and maybe this will help others in the future.