Code genration
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-03-19 07:42 AM
Hi
Can anyone please help me is there a possible way to generate code in c# or VB.net? like how we can record macro in excel?
Is there any external tool or any solution for this query?
Thanks
Salman Ahmed
Salman Ahmed
System Engineer
Asia/Kolkata
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-03-19 04:44 PM
General answer is No.
What kind of actions you want to ""record""? There are some tools that can record GUI interactions, but that does not work very well most of the time. You still need to ""fix"" that code you get to make it useful for anything more than a very simple clicking task. You can't just record a complex process and get yourself a working robot.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-03-19 07:20 PM
hi Salman,
Like aikudino says, it's not really a possibility. If you have strong VBA or VBS skills you can certainly record a Macro in VBA or Python and then trigger it using Blue Prism but I would recommend mapping out the process more completing in Blue Prism and doing it step by step. You'll get the benefit of logging all the individual events which is very helpful for debugging and going over logs from a week ago or more.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-04-19 04:44 PM
Thank you both
Salman Ahmed
System Engineer
Asia/Kolkata
