Home > Back-end >  Delphi automatically sends a message how to implement
Delphi automatically sends a message how to implement

Time:09-20

Problem description:
If someone wants to leave and then launch a leave record, ask for leave when the application is completed, the system sends a message to the reviewer, prompt review review, general how to implement this function? The warrior

CodePudding user response:

Treatment method, usually can build a table (leave), through the process, fill in the table of contents:
1, establish a table field name for the starting day end day trial date department first trial date of examination and approval for examination and approval date
2, the applicant to establish a data, fill in separately: the date department names for beginning, ending, save to submit
3, the department for examination and approval of entry of first instance trial date (department is administrative authority, can fill in)
4, the date of entry for examination and approval of the examination and approval for examination and approval of the personnel, the personnel department is administrative authority, can fill in)
5, after the completion of the data, you can print "missing",

Request for approval of information search, the relevant departments and personnel department, search the list regularly, check whether there is a new application,

CodePudding user response:

There are so many way of implementation, lists the common optional notification message types:
No. 1, WeChat public
2, the mail (easy)
3, the enterprise internal communication tools, access to the web service
1, the applicant submission process system automatically send a message to the next node (by process a query to the next level node receives people), this way is very direct,
2, establish the WEBService interface, the client access to the web service, web service for message delivery,

CodePudding user response:

Thank you two

CodePudding user response:

Problem solved?
  • Related