Salesforce login flow notice display.

Salesforce login flow notice display : If any organization wants to display notice to it’s employees when log in to salesforce there they have to use salesforce login flow. We try to display information to users in many cases like when there is salesforce server downtime or under maintenance and also many other cases.

To display Salesforce login flow notice display when user log in to salesforce we have to use salesforce login flow which has been updated in Salesforce winter’15 edition. This new features in winter’15 edition is very helpful for displaying important information to salesforce user’s.

Visual workflow and salesforce login flow solves our requirement to display notices and important information. Follow the steps shown below.

  • Create new object.

Salesforce Login flow notice display - sfdc login flow display

  • Enter label name as notice board and click on save button.

salesforce login flow notifications-1

  • Now we have to create fields in the object.
  • Open Notice board object which we created earlier and click on new button as shown below.

salesforce login notifications-2

  • Select Text Area as as data type.

salesforce login notifications-3

  • Now enter field label and field name as shown below
  • Click on Save button.

salesforce login notifications-4

 

  • Creating custom object and field is successful.

salesforce login notifications-5

We have created custom object because it displays important salesforce login flow information when user log in to salesforce.

Creating salesforce login flows.

  • Now we have to create login flow.
  • Go to setup=>Create=>Workflow & approvals=>flows.

salesforce login notifications

  • Click on flows.
  • Click on new flow to create new login flow display.

salesforce login notifications0

  • Now we have to create variable with name Getinfo as shown.
  • To create variable click on resources | Variables
  • Enter unique name for the variable and click on ok button.

salesforce login notifications-6

  • Now drag record look-up and drop on the window to display text.
  • Select palette.
  • Click on Record look-up icon and drop on right window.

salesforce login notifications-7-1

Here we have to enter name, unique name and also select look up filters to meet the criteria.

  • Enter name .
  • Unique name will be automatically entered.

salesforce login notifications-7

We have to assign the record field to variables to reference in login flow. Select field and the variable as shown below. Finally click on ok button to save all settings.

salesforce login notifications-8

  • Add display text field to display information and pass the variable {!GetInforText}.

salesforce login notifications-7-2

salesforce login notifications-10

After adding Screen to display information window will be looked as shown above. Connect record lookup and screen.

  • Save the flow by clicking on Save button.
  • Enter flow properties and click on OK button.

salesforce login notifications-11

  • Below a warning message is displayed we have not selected any flow stating item.
  • Select record lookup as starting flow item.

salesforce login notifications-12

  • Salesforce login flow is not in active state so activate by clicking on Activate button as shown below.

salesforce login notifications-13

Creating Salesforce login flow.

We have to create salesforce login flow to invoke with salesforce users when login in to system.

  • Go to Security controls=>Login flow.

salesforce login notifications-14

Click on login flows as shown above

  • Click on new button to connect with user profile.

salesforce login notifications-15

  • Enter name, flow, user license and profile.
  • Click on save button.

salesforce login notifications-16

  • Now create a record in Notice board object and save the record.

 

salesforce login notifications-17

Salesforce login flow notice display has been successfully created.