Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2016 10:54 AM
Hi Soni,
This is how you will make a script include call
new scriptincludename.updateincident(current); //Here replace scriptincludename with the one you create
now I am passing the current object to the method updateincident here