How can I link a Story Record created from an INC in a Related List Tab on the INC
Hello All, On our Incident form, I can currently 'Create Story' using UI Action button (see code). var story = new GlideRecord("rm_story");story.short_description = current.short_description;story.description = current.description;story.priority = 4;...
