Skip to main content
Solved

Loading bar for scripts

  • August 17, 2021
  • 2 replies
  • 39 views

Hi,

I have some scripts that do data-validation over all the records in a view before moving them into a new view. Would it be possible to display a progress bar in the scripting app to indicate how long a process should take.

Thanks in advance :slightly_smiling_face:

Best answer by kuovonne

This is possible. Check out this thread for inspiration.

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • Answer
  • August 17, 2021

This is possible. Check out this thread for inspiration.


Forum|alt.badge.img+3
  • Participating Frequently
  • October 7, 2024

If your scripts include data validation steps, you might also want to check out the DataGuard extension—it can handle validation in real-time and might save you from running manual checks.