- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 03-14-2019 08:56 AM
Hi Developers,
I would like to share with you a desktop app [SNOW Table DownLoader Tool v1.4] that I developed 100% wish allows you to interact with your instance directly. Still needs a lot of work and enhancement this is why am keen to hear from you and listen to your notes and ideas to improve the app as well as nonfunctional features.
App Features :
- Full Back up (All tables) for your Instance [depend on the security combination : logged in user role | ACL | credential privilege …etc.]
# multi login for the same user also support multi user simultaneously on the same instance
- Import one or multiple XML files [update set not supported yet]
- Download specific Update Set [detected based on logged in user role/credential]
- Download specific Table as XML file that you can open simply with txt editor or any browser or Excel App.
#Query Filter possibility [show specific Table with specific Query]
#Display tables records as JSON [hidden + unhidden fields]
- Auto Detect User : Sys_id + roles + displayed name ….etc.
- Auto complete Search Table list Field [makes looking for tables super Easy + Fast]
- Quick submits [POST/DELETE/PUT/PATCH] of new records [current instance with a current user or a different user or to a different instance:user]
App screenshot’s :
#Inject trace Code & detect user clicks events (Post REST API)
# full back up in WinRAR format (which contains all tables in XML format)
So please if you interested i will send you an executable test copy, Thank you very much.
Best regards,
Islam Messaadi
- 2,313 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi Islam,
Sounds like a nice tool. Please send me a test copy at johnny.quinonez@gmail.com
Thanks
John Quinonez
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi Jhon 🙂 Thank you.
for that i need your instance URL to setup a custom copy for you.
Please note its just a test copy which means that its prefer to test it on your own dev instance.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Here's my dev instance:
https://dev50912.service-now.com/
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Please check your email [Done!].
Thank you very much for your time and efforts 🙂
Best regards,
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Additional upgrades :
# Database Full Back Up : Output one ZipFile ( FullBackUp_<instance>_<User_id>.zip )
# Auto-Fix folder trees [db/updateset/dbxml]
# Online track for the current Instance + User_ID
# Clone your instance(with specific tables) to a mongodb online server.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
How do I request a copy?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
How do i get a copy and is it for both Windows and Mac?
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi,
Its a test copy just for one instance so i need your instance URL to setup a custom copy for you.
Please note its just a test copy which means that its prefer to test it on your own dev instance.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Hi Christian,
Thank you for your interest 🙂 Please send me your Personal dev instance URL as well as your email to setup a special copy for you to test
Best regards,
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
>>>>> full back asynchronously (from the app) without transactions delay or blocking instance on the platform
# you can launch multi backup process in the same time for different user on the platform
# now just one simple click on User Icon : you will get All logged in user roles.
# clone option (postponed for now : because needs a external storage space -cloud {not for free} )
# multi login for the same user also support multi user simultaneously on the same instance
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Latest Updates :
# Refresh button : sync with the data from the instance
# inject Event Click Listener : to detect/trace User/all Users activities
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Latest Updates :
# now all methods are supported : POST / DELETE / PUT / PATCH
# after any XML importation process/transaction : we will have auto-generated FixScript in case of missed/bad data
failed to be inserted successfully.