user3136724
user3136724

Reputation: 1

I have 4 fields 2 fields are lookup to user, 2 fields are date/text

I have 2 fields

  1. Approveuser (lookup to user object)
  2. Approveuserdate (formula field (or) text field)

when i fill the data on Approveuser, i need to diplay automaticlly on this field (Approveuserdate ) date/time. Please help me Thank

Upvotes: 0

Views: 103

Answers (1)

eyescream
eyescream

Reputation: 19612

Your requirement is not clear. Have you already tried something?

When user is creating / editing some record and he selects a value in 2 user lookup fields, you want to set "current date & time" in some other fields?

Try reading about workflow rules in your help & training.

I'd make a workflow similar to this:

  1. Run: every time record is created or edited
  2. Criteria: "User lookup field 1 - not equal to - (leave blank)"
  3. Field to update: "Date/time field 1".
  4. Formula to update it with: NOW()
  5. Remember to activate the workflow.

Upvotes: 0

Related Questions