Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Auto trigger base on different field, need help


Victor

Recommended Posts

Hello,

 

I was wondering if someone can help me with this. basically i have two field set up , one is call input date and the other is call confirmation number. what i want to do is when a user enter a date in the input date field; i want the input date field to do auto-trigger and enter serial number in the confirmation number field automatically.

 

any help would be appreciate it.

 

thanks

victor

Link to comment
Share on other sites

AAA,

 

i started using that but my goal is that when user put in the date, in the field call Input Date. It can auto enter the confirmatin number in the field call Confirmation Number. do i have to do script for this to happen?

Link to comment
Share on other sites

the auto enter calculation:

 

case(Input Date;your_value)

 

how do you want your serial? you could use

 

Case(Input Date; Status(CurrentRecordCode))

 

that will give you a unique number if I'm not mistaken. However, it will be serialized according to record creation and not according to the order of input dates being entered. Is that a problem?

 

kjoe

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...

Important Information

Terms of Use