Actions, the Web, and Notes

I am developing an app that is intended for the web and notes clients. I have found the way to hide the actions if they appear on the web. But, how do you hide items when you are not in a web browser and in the notes client? I have actions that are for the web only, but I can not hide them.

Thanks for your help

Subject: Actions, the Web, and Notes

@BrowserInfo(“BrowserType”)=“Notes”

Subject: RE: Actions, the Web, and Notes

That worked. I tried a variation of that yesterday and it did not work. So thank you!!!

Subject: RE: Actions, the Web, and Notes

@BrowserInfo works only with R5+ clients, so I would still use @ClientType instead.

Subject: RE: Actions, the Web, and Notes

true, i just assumed that since he stated 6.5.3 that he had no one left on 5.

Good catch.

Subject: Actions, the Web, and Notes

Normally you can use the “R4.6 or later” hide option to show it only for Web client, however some people might be still using R1.0-R4.5, so it’s perhaps safer to use a hide when Formula like:@ClientType=“Notes”

Subject: Actions, the Web, and Notes

In the property box for the action button, look for “Hide paragraph from” on 5th tab.

Subject: Actions, the Web, and Notes

Thank you all for your resposes. I was so embedded into the design yesterday, that I did not notice the items that you all are pointing out.

Thanks