Skip to content

Commit f4a62c8

Browse files
Update TriggerDataSource.js
1 parent ea62003 commit f4a62c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Integration/Import Sets/Import sets overview/TriggerDataSource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
triggerDataSource: function() {
22

3-
var dataSourceSysId = gs.getProperty('ds.tag.based.sys.id'); //Store the sysId of DataSource
3+
var dataSourceSysId = gs.getProperty('ds.tag.based.sys.id'); //Store the sysId of DataSource from system property
44

55
var grDataSource = new GlideRecord('sys_data_source');
66
if (grDataSource.get(dataSourceSysId)) {

0 commit comments

Comments
 (0)