- Robotic Process Automation Projects
- Nandan Mullakara Arun Kumar Asokan
- 156字
- 2021-06-24 16:14:30
Project details
As we did in Chapter 2, Help Desk Ticket Generation, we will divide our Automation into logical workflows to come up with our Automation. Let's have a look at the technical components we will be building for this project.
We will have a main workflow called Main.xaml where we will extract the customers using Get Customer List Sequence. Once we have the customer list, we will invoke RequestCustomerDetails.xaml so that we can search Crunchbase.com and capture the customer details. We will pass the customer details back to Main.xaml, where we will then use Update Customer details Sequence to update the customer data in Apptivo CRM.
The following is a high-level sequence diagram depicting this:
Now that we've had this overview, let's create these technical components and test them. Before we do that, however, we need to prepare our CRM application – Apptivo.
- 在最好的年紀學Python:小學生趣味編程
- Hyper-V 2016 Best Practices
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- Python Tools for Visual Studio
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Mastering Ubuntu Server
- Python高級機器學習
- TypeScript實戰指南
- Instant RubyMotion App Development
- Haxe Game Development Essentials
- C語言課程設計
- Android驅動開發權威指南
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- 編寫高質量代碼:改善Objective-C程序的61個建議
- MyBatis 3源碼深度解析