Skip to main content
Solved

Can we trigger different app through scripting app?

  • April 27, 2021
  • 2 replies
  • 37 views

Forum|alt.badge.img+3

I want to run a dedupe app through the script when a particular field gets updated. Is it possible or anyone has tried it?

Thanks!

Best answer by ScottWorld

Unfortunately, the built-in apps cannot be scripted nor automated in any way, You would need to create your own script to DeDupe records.

Here’s a “delete duplicates” script that might help:

2 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • Answer
  • April 27, 2021

Unfortunately, the built-in apps cannot be scripted nor automated in any way, You would need to create your own script to DeDupe records.

Here’s a “delete duplicates” script that might help:


Forum|alt.badge.img+3
  • Author
  • Known Participant
  • April 27, 2021

Unfortunately, the built-in apps cannot be scripted nor automated in any way, You would need to create your own script to DeDupe records.

Here’s a “delete duplicates” script that might help:


Thanks for clarifying, @ScottWorld!