The 1C:Enterprise developers forum

#1
People who like this: 0 Yes / 0 No
Active user
Rating: 5
Joined: Jun 4, 2013
Company:

Hi everyone... I'm designing a hard program and I've faced a huge problem and hope you can help to solve it guys.

the program is about a vacation
form for employees .... the users create a vacation form in a catalog then save it ... the catalog will automatically create another record in another catalog for the manager to accept it or not ... the first catalog will also use a common module to send an email to the manager as a notification.

and what i want is ... if the manager didn't respond within four hours the program will automatically send another email to the manager.... but i couldn't find any function can help to do this task.

do you have any suggestions guys  ?

and again i want to thank everyone helps here ... because without you i couldn't reach this level in 1c: Enterprise :)

 
#2
People who like this: 0 Yes / 0 No
Active user
Rating: 7
Joined: Sep 26, 2012
Company: individual

can advise to see more about Scheduled job
or for file mode you can use function AttachIdleHandler

useful topic:
Running scheduled jobs in File mode

Edited: ivan avdonin - Oct 07, 2013 01:03 AM
 
#3
People who like this: 0 Yes / 0 No
Timofey Bugaevsky
Guest

Joined:
Company:

Yes, it is easier to use scheduled jobs in Client/server mode as in File mode you will need to have a separate session that will process jobs.

 
#4
People who like this: 0 Yes / 0 No
Active user
Rating: 5
Joined: Jun 4, 2013
Company:

thanks for your replies :) .. I'm working on it

 
Subscribe
Users browsing this topic (guests: 1, registered: 0, hidden: 0)