You need to sign in to do that
Don't have an account?

How to get pop window using workflow rules?
Hi
Interview question:3 apartments called 2B,3B,4B and in 2B apartment 30 houses are there in that 26 all filled then we get the data like remaining 24 and filled 26 in a pop window If 27 filled then we get remaining is 23 in a pop window every time we update the data the result will shown in the pop window including(3B,4B apartments) How we will get?Can anybody help me?
I don't think you can create a pop up window when a workflow is fired. Intead what you could do is create a work flow rule that sends the user an email alert and in this email have a link to the record. When clicked, the link will take the user to the record that will show the current inventory of the apartment.
IF you want to create a pop up the best way is to create a visualforce page and a controller with java script.
Do a search in the forum for examples. If you can't find an example let me know i will send you one.
Thank you for reply rov pls send me the Examples..