December 22, 200916 yr Newbies When you open the file on the Instant web publishing, can you have it open in certain ways based on privilege set? For instance, I know that you can have a script to execute when the instant web publishing opens but I dont know how to make the if-then statement work with privilege sets Edited December 22, 200916 yr by Guest
December 23, 200916 yr Can you give us more info on what you are trying to do, and maybe we can throw something together for you. Here's a simple start: If Get (PrivilegeSetName) = "Data Entry" then "make this happen" Else "make this happen instead"
Create an account or sign in to comment