Mass Deletion of Custom Record Entries Using Inline Editing

First, need to create a saved search of this custom record. Provide the criteria you wanted and save the search. In the search result page, enable the Inline Edit option Then Click any editable column denoted by a pencil icon from the first record in the list. Hold the Shift key then click the mouse… Continue reading Mass Deletion of Custom Record Entries Using Inline Editing

Inline Editing (xedit) as a User Event Type

To set a user event script to execute in response to an inline edit field change or a mass update, specify xedit as the type argument in your script. The xedit type can be specified in beforeSubmit or afterSubmit user event scripts. The following sample shows a user event script that will execute when a user inline edits a record, or… Continue reading Inline Editing (xedit) as a User Event Type