function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sfdc@SmithaSfdc@Smitha 

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?

 

SabrentSabrent

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.

Sfdc@SmithaSfdc@Smitha

Thank you for reply rov pls send me the Examples..